aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-12-13 14:25:35 -0500
committerSam Wilkins <samwilkins333@gmail.com>2019-12-13 14:25:35 -0500
commita2d2737fa4ec1a57f5288ed72eb44a2be4588ee8 (patch)
treedb6d2cce42c4fb28b84a6d69681cfcf582937126
parentc17b200f6d0cb136851b798f280aba9b3862c337 (diff)
pdf path parsing fix in pdfviewer
-rw-r--r--.gitignore2
-rw-r--r--solr-8.3.1/server/logs/solr-8983-console.log30
-rw-r--r--solr-8.3.1/server/logs/solr.log696
-rw-r--r--solr-8.3.1/server/logs/solr_gc.log.0.current571
-rw-r--r--src/client/views/pdf/PDFViewer.tsx2
5 files changed, 300 insertions, 1001 deletions
diff --git a/.gitignore b/.gitignore
index cf4ed308b..d82349346 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,6 @@ dist/
.DS_Store
.env
ClientUtils.ts
-solr-8.1.1/server/
+solr-8.3.1/server/**/*
src/server/public/files/
src/scraping/acm/package-lock.json
diff --git a/solr-8.3.1/server/logs/solr-8983-console.log b/solr-8.3.1/server/logs/solr-8983-console.log
index 7e3ba9574..db15ae26c 100644
--- a/solr-8.3.1/server/logs/solr-8983-console.log
+++ b/solr-8.3.1/server/logs/solr-8983-console.log
@@ -1,15 +1,15 @@
-2019-12-10 23:00:17.458 INFO (main) [ ] o.e.j.u.log Logging initialized @1404ms to org.eclipse.jetty.util.log.Slf4jLog
-2019-12-10 23:00:17.810 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.rewrite.handler.RedirectRegexRule.setReplacement(java.lang.String) in file:///C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/etc/jetty.xml
-2019-12-10 23:00:17.912 WARN (main) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
-2019-12-10 23:00:17.912 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.server.ServerConnector.setSoLingerTime(int) in file:///C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/etc/jetty-http.xml
-2019-12-10 23:00:17.920 INFO (main) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_211-b12
-2019-12-10 23:00:17.963 INFO (main) [ ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:///C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/contexts/] at interval 0
-2019-12-10 23:00:18.723 INFO (main) [ ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
-2019-12-10 23:00:18.739 INFO (main) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
-2019-12-10 23:00:18.739 INFO (main) [ ] o.e.j.s.session No SessionScavenger set, using defaults
-2019-12-10 23:00:18.742 INFO (main) [ ] o.e.j.s.session node0 Scavenging every 600000ms
-2019-12-10 23:00:18.869 INFO (main) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
-2019-12-10 23:00:18.875 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.3.1
-2019-12-10 23:00:18.875 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
-2019-12-10 23:00:18.875 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:/Users/dash/Documents/Dash-Web/solr-8.3.1
-2019-12-10 23:00:18.876 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-10T23:00:18.876Z
+2019-12-13 19:19:28.474 INFO (main) [ ] o.e.j.u.log Logging initialized @2320ms to org.eclipse.jetty.util.log.Slf4jLog
+2019-12-13 19:19:28.637 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.rewrite.handler.RedirectRegexRule.setReplacement(java.lang.String) in file:///C:/Users/avd/Desktop/Sam/Dash-Web/solr-8.3.1/server/etc/jetty.xml
+2019-12-13 19:19:28.694 WARN (main) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
+2019-12-13 19:19:28.694 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.server.ServerConnector.setSoLingerTime(int) in file:///C:/Users/avd/Desktop/Sam/Dash-Web/solr-8.3.1/server/etc/jetty-http.xml
+2019-12-13 19:19:28.702 INFO (main) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_131-b11
+2019-12-13 19:19:28.726 INFO (main) [ ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:///C:/Users/avd/Desktop/Sam/Dash-Web/solr-8.3.1/server/contexts/] at interval 0
+2019-12-13 19:19:29.225 INFO (main) [ ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
+2019-12-13 19:19:29.233 INFO (main) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
+2019-12-13 19:19:29.233 INFO (main) [ ] o.e.j.s.session No SessionScavenger set, using defaults
+2019-12-13 19:19:29.236 INFO (main) [ ] o.e.j.s.session node0 Scavenging every 660000ms
+2019-12-13 19:19:29.308 INFO (main) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
+2019-12-13 19:19:29.312 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.3.1
+2019-12-13 19:19:29.312 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
+2019-12-13 19:19:29.312 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\avd\Desktop\Sam\Dash-Web\solr-8.3.1
+2019-12-13 19:19:29.313 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-13T19:19:29.313Z
diff --git a/solr-8.3.1/server/logs/solr.log b/solr-8.3.1/server/logs/solr.log
index 6b4ffa0e0..25c8bae75 100644
--- a/solr-8.3.1/server/logs/solr.log
+++ b/solr-8.3.1/server/logs/solr.log
@@ -1,663 +1,33 @@
-2019-12-10 23:00:17.458 INFO (main) [ ] o.e.j.u.log Logging initialized @1404ms to org.eclipse.jetty.util.log.Slf4jLog
-2019-12-10 23:00:17.810 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.rewrite.handler.RedirectRegexRule.setReplacement(java.lang.String) in file:///C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/etc/jetty.xml
-2019-12-10 23:00:17.912 WARN (main) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
-2019-12-10 23:00:17.912 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.server.ServerConnector.setSoLingerTime(int) in file:///C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/etc/jetty-http.xml
-2019-12-10 23:00:17.920 INFO (main) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_211-b12
-2019-12-10 23:00:17.963 INFO (main) [ ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:///C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/contexts/] at interval 0
-2019-12-10 23:00:18.723 INFO (main) [ ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
-2019-12-10 23:00:18.739 INFO (main) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
-2019-12-10 23:00:18.739 INFO (main) [ ] o.e.j.s.session No SessionScavenger set, using defaults
-2019-12-10 23:00:18.742 INFO (main) [ ] o.e.j.s.session node0 Scavenging every 600000ms
-2019-12-10 23:00:18.869 INFO (main) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
-2019-12-10 23:00:18.875 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.3.1
-2019-12-10 23:00:18.875 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
-2019-12-10 23:00:18.875 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:/Users/dash/Documents/Dash-Web/solr-8.3.1
-2019-12-10 23:00:18.876 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-10T23:00:18.876Z
-2019-12-10 23:00:18.909 INFO (main) [ ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/solr
-2019-12-10 23:00:18.918 INFO (main) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\solr.xml
-2019-12-10 23:00:19.084 INFO (main) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@5d740a0f, but no JMX reporters were configured - adding default JMX reporter.
-2019-12-10 23:00:19.587 INFO (main) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
-2019-12-10 23:00:20.142 WARN (main) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@253d9f73[provider=null,keyStore=null,trustStore=null]
-2019-12-10 23:00:20.142 WARN (main) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@253d9f73[provider=null,keyStore=null,trustStore=null]
-2019-12-10 23:00:20.307 WARN (main) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5ee2b6f9[provider=null,keyStore=null,trustStore=null]
-2019-12-10 23:00:20.307 WARN (main) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5ee2b6f9[provider=null,keyStore=null,trustStore=null]
-2019-12-10 23:00:20.597 INFO (main) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
-2019-12-10 23:00:20.600 INFO (main) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
-2019-12-10 23:00:20.766 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d740a0f
-2019-12-10 23:00:20.767 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d740a0f
-2019-12-10 23:00:20.777 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5d740a0f
-2019-12-10 23:00:20.851 INFO (main) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr
-2019-12-10 23:00:21.244 INFO (main) [ ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@44821a96{/solr,file:///C:/Users/dash/Documents/Dash-Web/solr-8.3.1/server/solr-webapp/webapp/,AVAILABLE}{C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server/solr-webapp/webapp}
-2019-12-10 23:00:21.252 INFO (main) [ ] o.e.j.s.AbstractConnector Started ServerConnector@3b0090a4{HTTP/1.1,[http/1.1, h2c]}{0.0.0.0:8983}
-2019-12-10 23:00:21.252 INFO (main) [ ] o.e.j.s.Server Started @5201ms
-2019-12-10 23:00:27.011 INFO (qtp1010931249-18) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=55
-2019-12-10 23:00:40.666 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1576018840418} status=0 QTime=1
-2019-12-10 23:00:40.685 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576018840418} status=0 QTime=16
-2019-12-10 23:00:40.705 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576018840418} status=0 QTime=15
-2019-12-10 23:04:46.872 INFO (qtp1010931249-23) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1576019086700} status=0 QTime=0
-2019-12-10 23:04:46.896 INFO (qtp1010931249-23) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576019086701} status=0 QTime=13
-2019-12-10 23:04:46.912 INFO (qtp1010931249-23) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576019086701} status=0 QTime=11
-2019-12-10 23:04:48.697 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1576019088535} status=0 QTime=0
-2019-12-10 23:04:48.731 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576019088537} status=0 QTime=19
-2019-12-10 23:04:48.746 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576019088537} status=0 QTime=14
-2019-12-10 23:04:52.741 INFO (qtp1010931249-19) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1576019092527} status=0 QTime=0
-2019-12-10 23:04:52.760 INFO (qtp1010931249-19) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576019092527} status=0 QTime=13
-2019-12-10 23:04:52.785 INFO (qtp1010931249-18) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576019092527} status=0 QTime=30
-2019-12-10 23:09:26.527 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1576019092527} status=0 QTime=0
-2019-12-10 23:09:26.545 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1576019092527} status=0 QTime=13
-2019-12-10 23:09:26.548 INFO (qtp1010931249-35) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={wt=json&_=1576019092527} status=0 QTime=0
-2019-12-10 23:09:40.449 INFO (qtp1010931249-14) [ x:dash] o.a.s.h.a.CoreAdminOperation core create command schema=schema.xml&dataDir=data&name=dash&action=CREATE&config=solrconfig.xml&instanceDir=dash&wt=json&_=1576019092527
-2019-12-10 23:09:40.477 ERROR (qtp1010931249-14) [ x:dash] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Error CREATEing SolrCore 'dash': Unable to create core [dash] Caused by: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1201)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Unable to create core [dash]
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1272)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- ... 44 more
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- ... 45 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:09:40.477 INFO (qtp1010931249-14) [ x:dash] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={schema=schema.xml&dataDir=data&name=dash&action=CREATE&config=solrconfig.xml&instanceDir=dash&wt=json&_=1576019092527} status=400 QTime=29
-2019-12-10 23:10:20.705 ERROR (qtp1010931249-19) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:10:25.081 ERROR (qtp1010931249-19) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:10:25.098 ERROR (qtp1010931249-14) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:10:25.106 ERROR (qtp1010931249-14) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:10:25.111 ERROR (qtp1010931249-19) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:11:34.319 ERROR (qtp1010931249-14) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:11:34.335 ERROR (qtp1010931249-18) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
-2019-12-10 23:11:34.338 ERROR (qtp1010931249-14) [ ] o.a.s.s.HttpSolrCall null:org.apache.solr.core.SolrCoreInitializationException: SolrCore 'dash' is not available due to init failure: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.CoreContainer.getCore(CoreContainer.java:1740)
- at org.apache.solr.servlet.HttpSolrCall.init(HttpSolrCall.java:253)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:538)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:419)
- at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:351)
- at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
- at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
- at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
- at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1711)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
- at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1347)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
- at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
- at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1678)
- at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
- at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1249)
- at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
- at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
- at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:335)
- at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
- at org.eclipse.jetty.server.Server.handle(Server.java:505)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
- at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
- at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
- at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
- at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:781)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:917)
- at java.lang.Thread.run(Unknown Source)
-Caused by: org.apache.solr.common.SolrException: Could not load conf for core dash: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:96)
- at org.apache.solr.core.CoreContainer.getConfigSet(CoreContainer.java:1300)
- at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1247)
- at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1162)
- at org.apache.solr.handler.admin.CoreAdminOperation.lambda$static$0(CoreAdminOperation.java:93)
- at org.apache.solr.handler.admin.CoreAdminOperation.execute(CoreAdminOperation.java:362)
- at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
- at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
- at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:198)
- at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:839)
- at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:805)
- at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:558)
- ... 36 more
-Caused by: org.apache.solr.common.SolrException: Error loading solr config from C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash\conf\solrconfig.xml
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:190)
- at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:108)
- at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:90)
- ... 47 more
-Caused by: org.apache.solr.core.SolrResourceNotFoundException: Can't find resource 'solrconfig.xml' in classpath or 'C:\Users\dash\Documents\Dash-Web\solr-8.3.1\server\solr\dash'
- at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:407)
- at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:362)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:117)
- at org.apache.solr.core.XmlConfigFile.<init>(XmlConfigFile.java:87)
- at org.apache.solr.core.SolrConfig.<init>(SolrConfig.java:205)
- at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:182)
- ... 49 more
-
+2019-12-13 19:19:28.474 INFO (main) [ ] o.e.j.u.log Logging initialized @2320ms to org.eclipse.jetty.util.log.Slf4jLog
+2019-12-13 19:19:28.637 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.rewrite.handler.RedirectRegexRule.setReplacement(java.lang.String) in file:///C:/Users/avd/Desktop/Sam/Dash-Web/solr-8.3.1/server/etc/jetty.xml
+2019-12-13 19:19:28.694 WARN (main) [ ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
+2019-12-13 19:19:28.694 WARN (main) [ ] o.e.j.x.XmlConfiguration Deprecated method public void org.eclipse.jetty.server.ServerConnector.setSoLingerTime(int) in file:///C:/Users/avd/Desktop/Sam/Dash-Web/solr-8.3.1/server/etc/jetty-http.xml
+2019-12-13 19:19:28.702 INFO (main) [ ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_131-b11
+2019-12-13 19:19:28.726 INFO (main) [ ] o.e.j.d.p.ScanningAppProvider Deployment monitor [file:///C:/Users/avd/Desktop/Sam/Dash-Web/solr-8.3.1/server/contexts/] at interval 0
+2019-12-13 19:19:29.225 INFO (main) [ ] o.e.j.w.StandardDescriptorProcessor NO JSP Support for /solr, did not find org.apache.jasper.servlet.JspServlet
+2019-12-13 19:19:29.233 INFO (main) [ ] o.e.j.s.session DefaultSessionIdManager workerName=node0
+2019-12-13 19:19:29.233 INFO (main) [ ] o.e.j.s.session No SessionScavenger set, using defaults
+2019-12-13 19:19:29.236 INFO (main) [ ] o.e.j.s.session node0 Scavenging every 660000ms
+2019-12-13 19:19:29.308 INFO (main) [ ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
+2019-12-13 19:19:29.312 INFO (main) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.3.1
+2019-12-13 19:19:29.312 INFO (main) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in standalone mode on port 8983
+2019-12-13 19:19:29.312 INFO (main) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: C:\Users\avd\Desktop\Sam\Dash-Web\solr-8.3.1
+2019-12-13 19:19:29.313 INFO (main) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2019-12-13T19:19:29.313Z
+2019-12-13 19:19:29.334 INFO (main) [ ] o.a.s.c.SolrResourceLoader Using system property solr.solr.home: C:\Users\avd\Desktop\Sam\Dash-Web\solr-8.3.1\server\solr
+2019-12-13 19:19:29.341 INFO (main) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from C:\Users\avd\Desktop\Sam\Dash-Web\solr-8.3.1\server\solr\solr.xml
+2019-12-13 19:19:29.424 INFO (main) [ ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3d299e3, but no JMX reporters were configured - adding default JMX reporter.
+2019-12-13 19:19:29.597 INFO (main) [ ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
+2019-12-13 19:19:29.983 WARN (main) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@222eb8aa[provider=null,keyStore=null,trustStore=null]
+2019-12-13 19:19:29.983 WARN (main) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@222eb8aa[provider=null,keyStore=null,trustStore=null]
+2019-12-13 19:19:30.070 WARN (main) [ ] o.e.j.u.s.S.config Trusting all certificates configured for Client@793138bd[provider=null,keyStore=null,trustStore=null]
+2019-12-13 19:19:30.070 WARN (main) [ ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@793138bd[provider=null,keyStore=null,trustStore=null]
+2019-12-13 19:19:30.214 INFO (main) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
+2019-12-13 19:19:30.216 INFO (main) [ ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
+2019-12-13 19:19:30.275 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d299e3
+2019-12-13 19:19:30.276 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d299e3
+2019-12-13 19:19:30.280 INFO (main) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3d299e3
+2019-12-13 19:19:30.315 INFO (main) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath C:\Users\avd\Desktop\Sam\Dash-Web\solr-8.3.1\server\solr
+2019-12-13 19:19:30.784 INFO (main) [ ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@69997e9d{/solr,file:///C:/Users/avd/Desktop/Sam/Dash-Web/solr-8.3.1/server/solr-webapp/webapp/,AVAILABLE}{C:\Users\avd\Desktop\Sam\Dash-Web\solr-8.3.1\server/solr-webapp/webapp}
+2019-12-13 19:19:30.793 INFO (main) [ ] o.e.j.s.AbstractConnector Started ServerConnector@8297b3a{HTTP/1.1,[http/1.1, h2c]}{0.0.0.0:8983}
+2019-12-13 19:19:30.793 INFO (main) [ ] o.e.j.s.Server Started @4641ms
+2019-12-13 19:19:31.371 INFO (qtp1664439369-23) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=51
diff --git a/solr-8.3.1/server/logs/solr_gc.log.0.current b/solr-8.3.1/server/logs/solr_gc.log.0.current
index 79bace5fe..4b5cdd721 100644
--- a/solr-8.3.1/server/logs/solr_gc.log.0.current
+++ b/solr-8.3.1/server/logs/solr_gc.log.0.current
@@ -1,369 +1,298 @@
-Java HotSpot(TM) 64-Bit Server VM (25.211-b12) for windows-amd64 JRE (1.8.0_211-b12), built on Apr 1 2019 20:53:26 by "java_re" with MS VC++ 10.0 (VS2010)
-Memory: 4k page, physical 7339572k(4615672k free), swap 8519220k(5755496k free)
-CommandLine flags: -XX:+AlwaysPreTouch -XX:GCLogFileSize=20971520 -XX:InitialHeapSize=536870912 -XX:MaxGCPauseMillis=250 -XX:MaxHeapSize=536870912 -XX:NumberOfGCLogFiles=9 -XX:OnOutOfMemoryError=C:/Users/dash/Documents/Dash-Web/solr-8.3.1/bin/oom_solr.sh 8983 /c/Users/dash/Documents/Dash-Web/solr-8.3.1/server/logs -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:+PrintGC -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -XX:+PrintTenuringDistribution -XX:ThreadStackSize=256 -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseG1GC -XX:+UseGCLogFileRotation -XX:-UseLargePages -XX:-UseLargePagesIndividualAllocation
-2019-12-10T18:00:16.490-0500: 0.440: Total time for which application threads were stopped: 0.0002174 seconds, Stopping threads took: 0.0000209 seconds
-2019-12-10T18:00:16.650-0500: 0.600: Total time for which application threads were stopped: 0.0001302 seconds, Stopping threads took: 0.0000215 seconds
-2019-12-10T18:00:16.842-0500: 0.792: Total time for which application threads were stopped: 0.0002254 seconds, Stopping threads took: 0.0000360 seconds
-2019-12-10T18:00:16.922-0500: 0.872: Total time for which application threads were stopped: 0.0001570 seconds, Stopping threads took: 0.0000336 seconds
+Java HotSpot(TM) 64-Bit Server VM (25.131-b11) for windows-amd64 JRE (1.8.0_131-b11), built on Mar 15 2017 01:23:53 by "java_re" with MS VC++ 10.0 (VS2010)
+Memory: 4k page, physical 16724208k(3463808k free), swap 22506500k(6048128k free)
+CommandLine flags: -XX:+AlwaysPreTouch -XX:GCLogFileSize=20971520 -XX:InitialHeapSize=536870912 -XX:MaxGCPauseMillis=250 -XX:MaxHeapSize=536870912 -XX:NumberOfGCLogFiles=9 -XX:+ParallelRefProcEnabled -XX:+PerfDisableSharedMem -XX:+PrintGC -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDateStamps -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGC -XX:+PrintTenuringDistribution -XX:ThreadStackSize=256 -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseG1GC -XX:+UseGCLogFileRotation -XX:-UseLargePages -XX:-UseLargePagesIndividualAllocation
+2019-12-13T14:19:26.609-0500: 0.457: Total time for which application threads were stopped: 0.0011031 seconds, Stopping threads took: 0.0000143 seconds
+2019-12-13T14:19:27.060-0500: 0.908: Total time for which application threads were stopped: 0.0001153 seconds, Stopping threads took: 0.0000263 seconds
+2019-12-13T14:19:28.027-0500: 1.875: Total time for which application threads were stopped: 0.0001248 seconds, Stopping threads took: 0.0000198 seconds
+2019-12-13T14:19:28.224-0500: 2.072: Total time for which application threads were stopped: 0.0001320 seconds, Stopping threads took: 0.0000171 seconds
{Heap before GC invocations=0 (full 0):
- garbage-first heap total 524288K, used 25600K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
- region size 1024K, 25 young (25600K), 0 survivors (0K)
- Metaspace used 9693K, capacity 9956K, committed 10112K, reserved 1058816K
- class space used 1208K, capacity 1284K, committed 1408K, reserved 1048576K
-2019-12-10T18:00:17.118-0500: 1.068: [GC pause (G1 Evacuation Pause) (young)
+ garbage-first heap total 524288K, used 30720K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ region size 1024K, 30 young (30720K), 0 survivors (0K)
+ Metaspace used 11670K, capacity 11984K, committed 12160K, reserved 1060864K
+ class space used 1455K, capacity 1573K, committed 1664K, reserved 1048576K
+2019-12-13T14:19:28.314-0500: 2.162: [GC pause (G1 Evacuation Pause) (young)
Desired survivor size 2097152 bytes, new threshold 15 (max 15)
-, 0.0072626 secs]
- [Parallel Time: 5.5 ms, GC Workers: 2]
- [GC Worker Start (ms): Min: 1068.4, Avg: 1068.5, Max: 1068.6, Diff: 0.2]
- [Ext Root Scanning (ms): Min: 0.9, Avg: 1.1, Max: 1.2, Diff: 0.3, Sum: 2.1]
+, 0.0052192 secs]
+ [Parallel Time: 2.2 ms, GC Workers: 8]
+ [GC Worker Start (ms): Min: 2162.5, Avg: 2162.5, Max: 2162.6, Diff: 0.1]
+ [Ext Root Scanning (ms): Min: 0.1, Avg: 0.4, Max: 1.0, Diff: 0.9, Sum: 3.0]
[Update RS (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
[Processed Buffers: Min: 0, Avg: 0.0, Max: 0, Diff: 0, Sum: 0]
[Scan RS (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [Code Root Scanning (ms): Min: 0.1, Avg: 0.2, Max: 0.3, Diff: 0.2, Sum: 0.5]
- [Object Copy (ms): Min: 4.0, Avg: 4.0, Max: 4.0, Diff: 0.0, Sum: 8.0]
- [Termination (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [Termination Attempts: Min: 1, Avg: 1.0, Max: 1, Diff: 0, Sum: 2]
- [GC Worker Other (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.1]
- [GC Worker Total (ms): Min: 5.2, Avg: 5.3, Max: 5.4, Diff: 0.2, Sum: 10.7]
- [GC Worker End (ms): Min: 1073.8, Avg: 1073.8, Max: 1073.8, Diff: 0.0]
- [Code Root Fixup: 0.0 ms]
+ [Code Root Scanning (ms): Min: 0.0, Avg: 0.1, Max: 0.3, Diff: 0.3, Sum: 0.5]
+ [Object Copy (ms): Min: 1.0, Avg: 1.5, Max: 1.8, Diff: 0.9, Sum: 12.2]
+ [Termination (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.1]
+ [Termination Attempts: Min: 1, Avg: 63.8, Max: 91, Diff: 90, Sum: 510]
+ [GC Worker Other (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.3]
+ [GC Worker Total (ms): Min: 2.0, Avg: 2.0, Max: 2.0, Diff: 0.1, Sum: 16.0]
+ [GC Worker End (ms): Min: 2164.5, Avg: 2164.6, Max: 2164.6, Diff: 0.0]
+ [Code Root Fixup: 0.1 ms]
[Code Root Purge: 0.0 ms]
- [Clear CT: 0.0 ms]
- [Other: 1.7 ms]
+ [Clear CT: 0.1 ms]
+ [Other: 2.8 ms]
[Choose CSet: 0.0 ms]
- [Ref Proc: 1.4 ms]
+ [Ref Proc: 2.5 ms]
[Ref Enq: 0.1 ms]
[Redirty Cards: 0.1 ms]
[Humongous Register: 0.0 ms]
[Humongous Reclaim: 0.0 ms]
- [Free CSet: 0.1 ms]
- [Eden: 25.0M(25.0M)->0.0B(21.0M) Survivors: 0.0B->4096.0K Heap: 25.0M(512.0M)->4808.5K(512.0M)]
+ [Free CSet: 0.0 ms]
+ [Eden: 30.0M(30.0M)->0.0B(47.0M) Survivors: 0.0B->4096.0K Heap: 30.0M(512.0M)->5766.0K(512.0M)]
Heap after GC invocations=1 (full 0):
- garbage-first heap total 524288K, used 4808K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ garbage-first heap total 524288K, used 5766K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
- Metaspace used 9693K, capacity 9956K, committed 10112K, reserved 1058816K
- class space used 1208K, capacity 1284K, committed 1408K, reserved 1048576K
+ Metaspace used 11670K, capacity 11984K, committed 12160K, reserved 1060864K
+ class space used 1455K, capacity 1573K, committed 1664K, reserved 1048576K
}
[Times: user=0.00 sys=0.00, real=0.01 secs]
-2019-12-10T18:00:17.126-0500: 1.076: Total time for which application threads were stopped: 0.0078706 seconds, Stopping threads took: 0.0000635 seconds
-2019-12-10T18:00:17.161-0500: 1.111: Total time for which application threads were stopped: 0.0001474 seconds, Stopping threads took: 0.0000168 seconds
-2019-12-10T18:00:17.307-0500: 1.257: Total time for which application threads were stopped: 0.0002319 seconds, Stopping threads took: 0.0000357 seconds
+2019-12-13T14:19:28.320-0500: 2.168: Total time for which application threads were stopped: 0.0060513 seconds, Stopping threads took: 0.0000133 seconds
+2019-12-13T14:19:28.345-0500: 2.193: Total time for which application threads were stopped: 0.0001389 seconds, Stopping threads took: 0.0000188 seconds
+2019-12-13T14:19:28.705-0500: 2.553: Total time for which application threads were stopped: 0.0001907 seconds, Stopping threads took: 0.0000159 seconds
+2019-12-13T14:19:28.709-0500: 2.557: Total time for which application threads were stopped: 0.0001509 seconds, Stopping threads took: 0.0000159 seconds
+2019-12-13T14:19:28.776-0500: 2.624: Total time for which application threads were stopped: 0.0001732 seconds, Stopping threads took: 0.0000180 seconds
{Heap before GC invocations=1 (full 0):
- garbage-first heap total 524288K, used 28360K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
- region size 1024K, 25 young (25600K), 4 survivors (4096K)
- Metaspace used 14299K, capacity 14600K, committed 14720K, reserved 1062912K
- class space used 1804K, capacity 1903K, committed 1920K, reserved 1048576K
-2019-12-10T18:00:17.625-0500: 1.575: [GC pause (G1 Evacuation Pause) (young)
-Desired survivor size 2097152 bytes, new threshold 1 (max 15)
-- age 1: 2345864 bytes, 2345864 total
-, 0.0236890 secs]
- [Parallel Time: 22.5 ms, GC Workers: 2]
- [GC Worker Start (ms): Min: 1575.2, Avg: 1575.2, Max: 1575.2, Diff: 0.0]
- [Ext Root Scanning (ms): Min: 0.9, Avg: 1.0, Max: 1.2, Diff: 0.3, Sum: 2.1]
- [Update RS (ms): Min: 0.8, Avg: 0.8, Max: 0.9, Diff: 0.0, Sum: 1.7]
- [Processed Buffers: Min: 1, Avg: 1.5, Max: 2, Diff: 1, Sum: 3]
- [Scan RS (ms): Min: 0.1, Avg: 1.4, Max: 2.6, Diff: 2.5, Sum: 2.8]
- [Code Root Scanning (ms): Min: 0.0, Avg: 1.6, Max: 3.1, Diff: 3.1, Sum: 3.1]
- [Object Copy (ms): Min: 17.5, Avg: 17.6, Max: 17.8, Diff: 0.3, Sum: 35.3]
- [Termination (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [Termination Attempts: Min: 1, Avg: 1.0, Max: 1, Diff: 0, Sum: 2]
+ garbage-first heap total 524288K, used 52870K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ region size 1024K, 48 young (49152K), 4 survivors (4096K)
+ Metaspace used 17779K, capacity 18142K, committed 18560K, reserved 1064960K
+ class space used 2203K, capacity 2314K, committed 2432K, reserved 1048576K
+2019-12-13T14:19:29.004-0500: 2.852: [GC pause (G1 Evacuation Pause) (young)
+Desired survivor size 3145728 bytes, new threshold 15 (max 15)
+- age 1: 2770648 bytes, 2770648 total
+, 0.0121683 secs]
+ [Parallel Time: 9.5 ms, GC Workers: 8]
+ [GC Worker Start (ms): Min: 2852.2, Avg: 2852.2, Max: 2852.2, Diff: 0.1]
+ [Ext Root Scanning (ms): Min: 0.3, Avg: 0.8, Max: 1.6, Diff: 1.3, Sum: 6.5]
+ [Update RS (ms): Min: 0.0, Avg: 0.8, Max: 1.7, Diff: 1.7, Sum: 6.6]
+ [Processed Buffers: Min: 0, Avg: 1.1, Max: 2, Diff: 2, Sum: 9]
+ [Scan RS (ms): Min: 0.0, Avg: 1.3, Max: 7.9, Diff: 7.9, Sum: 10.2]
+ [Code Root Scanning (ms): Min: 0.0, Avg: 0.1, Max: 0.6, Diff: 0.6, Sum: 0.9]
+ [Object Copy (ms): Min: 0.2, Avg: 6.3, Max: 7.5, Diff: 7.3, Sum: 50.2]
+ [Termination (ms): Min: 0.0, Avg: 0.1, Max: 0.1, Diff: 0.1, Sum: 0.6]
+ [Termination Attempts: Min: 1, Avg: 377.9, Max: 459, Diff: 458, Sum: 3023]
[GC Worker Other (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [GC Worker Total (ms): Min: 22.5, Avg: 22.5, Max: 22.5, Diff: 0.0, Sum: 44.9]
- [GC Worker End (ms): Min: 1597.7, Avg: 1597.7, Max: 1597.7, Diff: 0.0]
- [Code Root Fixup: 0.0 ms]
+ [GC Worker Total (ms): Min: 9.3, Avg: 9.4, Max: 9.4, Diff: 0.1, Sum: 75.0]
+ [GC Worker End (ms): Min: 2861.6, Avg: 2861.6, Max: 2861.6, Diff: 0.0]
+ [Code Root Fixup: 0.1 ms]
[Code Root Purge: 0.0 ms]
- [Clear CT: 0.0 ms]
- [Other: 1.1 ms]
+ [Clear CT: 0.1 ms]
+ [Other: 2.4 ms]
[Choose CSet: 0.0 ms]
- [Ref Proc: 0.8 ms]
+ [Ref Proc: 2.0 ms]
[Ref Enq: 0.1 ms]
- [Redirty Cards: 0.0 ms]
- [Humongous Register: 0.1 ms]
+ [Redirty Cards: 0.1 ms]
+ [Humongous Register: 0.0 ms]
[Humongous Reclaim: 0.0 ms]
- [Free CSet: 0.1 ms]
- [Eden: 21.0M(21.0M)->0.0B(21.0M) Survivors: 4096.0K->4096.0K Heap: 27.7M(512.0M)->14.7M(512.0M)]
+ [Free CSet: 0.0 ms]
+ [Eden: 44.0M(44.0M)->0.0B(246.0M) Survivors: 4096.0K->6144.0K Heap: 51.6M(512.0M)->19.7M(512.0M)]
Heap after GC invocations=2 (full 0):
- garbage-first heap total 524288K, used 15040K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
- region size 1024K, 4 young (4096K), 4 survivors (4096K)
- Metaspace used 14299K, capacity 14600K, committed 14720K, reserved 1062912K
- class space used 1804K, capacity 1903K, committed 1920K, reserved 1048576K
+ garbage-first heap total 524288K, used 20165K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ region size 1024K, 6 young (6144K), 6 survivors (6144K)
+ Metaspace used 17779K, capacity 18142K, committed 18560K, reserved 1064960K
+ class space used 2203K, capacity 2314K, committed 2432K, reserved 1048576K
}
- [Times: user=0.06 sys=0.00, real=0.02 secs]
-2019-12-10T18:00:17.649-0500: 1.599: Total time for which application threads were stopped: 0.0240493 seconds, Stopping threads took: 0.0000243 seconds
-2019-12-10T18:00:17.927-0500: 1.877: Total time for which application threads were stopped: 0.0025994 seconds, Stopping threads took: 0.0023659 seconds
-2019-12-10T18:00:17.938-0500: 1.888: Total time for which application threads were stopped: 0.0001370 seconds, Stopping threads took: 0.0000173 seconds
-2019-12-10T18:00:18.038-0500: 1.988: Total time for which application threads were stopped: 0.0002861 seconds, Stopping threads took: 0.0000236 seconds
+ [Times: user=0.11 sys=0.00, real=0.01 secs]
+2019-12-13T14:19:29.016-0500: 2.864: Total time for which application threads were stopped: 0.0124183 seconds, Stopping threads took: 0.0000278 seconds
+2019-12-13T14:19:29.224-0500: 3.072: Total time for which application threads were stopped: 0.0002035 seconds, Stopping threads took: 0.0000222 seconds
{Heap before GC invocations=2 (full 0):
- garbage-first heap total 524288K, used 36544K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
- region size 1024K, 25 young (25600K), 4 survivors (4096K)
- Metaspace used 17797K, capacity 18080K, committed 18304K, reserved 1064960K
- class space used 2204K, capacity 2315K, committed 2432K, reserved 1048576K
-2019-12-10T18:00:18.298-0500: 2.247: [GC pause (G1 Evacuation Pause) (young)
+ garbage-first heap total 524288K, used 51909K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ region size 1024K, 37 young (37888K), 6 survivors (6144K)
+ Metaspace used 18751K, capacity 19130K, committed 19328K, reserved 1067008K
+ class space used 2318K, capacity 2428K, committed 2432K, reserved 1048576K
+2019-12-13T14:19:29.276-0500: 3.124: [GC pause (G1 Evacuation Pause) (young)
Desired survivor size 2097152 bytes, new threshold 1 (max 15)
-- age 1: 4148416 bytes, 4148416 total
-, 0.0153142 secs]
- [Parallel Time: 13.5 ms, GC Workers: 2]
- [GC Worker Start (ms): Min: 2247.5, Avg: 2247.5, Max: 2247.5, Diff: 0.0]
- [Ext Root Scanning (ms): Min: 1.3, Avg: 1.3, Max: 1.3, Diff: 0.0, Sum: 2.6]
- [Update RS (ms): Min: 0.4, Avg: 0.5, Max: 0.6, Diff: 0.2, Sum: 1.0]
- [Processed Buffers: Min: 2, Avg: 4.5, Max: 7, Diff: 5, Sum: 9]
- [Scan RS (ms): Min: 1.3, Avg: 1.3, Max: 1.4, Diff: 0.1, Sum: 2.7]
- [Code Root Scanning (ms): Min: 0.0, Avg: 0.2, Max: 0.3, Diff: 0.3, Sum: 0.3]
- [Object Copy (ms): Min: 10.1, Avg: 10.2, Max: 10.3, Diff: 0.2, Sum: 20.3]
- [Termination (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [Termination Attempts: Min: 1, Avg: 1.0, Max: 1, Diff: 0, Sum: 2]
+- age 1: 3773080 bytes, 3773080 total
+- age 2: 1193120 bytes, 4966200 total
+, 0.0077834 secs]
+ [Parallel Time: 5.3 ms, GC Workers: 8]
+ [GC Worker Start (ms): Min: 3123.9, Avg: 3124.6, Max: 3129.1, Diff: 5.2]
+ [Ext Root Scanning (ms): Min: 0.0, Avg: 0.3, Max: 1.0, Diff: 1.0, Sum: 2.2]
+ [Update RS (ms): Min: 0.0, Avg: 0.1, Max: 0.4, Diff: 0.4, Sum: 1.0]
+ [Processed Buffers: Min: 0, Avg: 1.8, Max: 4, Diff: 4, Sum: 14]
+ [Scan RS (ms): Min: 0.0, Avg: 0.8, Max: 1.1, Diff: 1.1, Sum: 6.1]
+ [Code Root Scanning (ms): Min: 0.0, Avg: 0.1, Max: 0.3, Diff: 0.3, Sum: 1.1]
+ [Object Copy (ms): Min: 0.0, Avg: 3.2, Max: 3.8, Diff: 3.8, Sum: 25.5]
+ [Termination (ms): Min: 0.0, Avg: 0.1, Max: 0.1, Diff: 0.1, Sum: 0.5]
+ [Termination Attempts: Min: 1, Avg: 264.1, Max: 405, Diff: 404, Sum: 2113]
[GC Worker Other (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [GC Worker Total (ms): Min: 13.5, Avg: 13.5, Max: 13.5, Diff: 0.0, Sum: 26.9]
- [GC Worker End (ms): Min: 2261.0, Avg: 2261.0, Max: 2261.0, Diff: 0.0]
- [Code Root Fixup: 0.0 ms]
+ [GC Worker Total (ms): Min: 0.0, Avg: 4.6, Max: 5.2, Diff: 5.2, Sum: 36.4]
+ [GC Worker End (ms): Min: 3129.1, Avg: 3129.1, Max: 3129.1, Diff: 0.0]
+ [Code Root Fixup: 0.2 ms]
[Code Root Purge: 0.0 ms]
[Clear CT: 0.1 ms]
- [Other: 1.7 ms]
+ [Other: 2.2 ms]
[Choose CSet: 0.0 ms]
- [Ref Proc: 1.4 ms]
+ [Ref Proc: 1.8 ms]
[Ref Enq: 0.1 ms]
- [Redirty Cards: 0.0 ms]
+ [Redirty Cards: 0.1 ms]
[Humongous Register: 0.0 ms]
[Humongous Reclaim: 0.0 ms]
[Free CSet: 0.1 ms]
- [Eden: 21.0M(21.0M)->0.0B(38.0M) Survivors: 4096.0K->4096.0K Heap: 35.7M(512.0M)->19.5M(512.0M)]
+ [Eden: 31.0M(19.0M)->0.0B(303.0M) Survivors: 6144.0K->4096.0K Heap: 50.7M(512.0M)->28.0M(512.0M)]
Heap after GC invocations=3 (full 0):
- garbage-first heap total 524288K, used 19968K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ garbage-first heap total 524288K, used 28672K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
- Metaspace used 17797K, capacity 18080K, committed 18304K, reserved 1064960K
- class space used 2204K, capacity 2315K, committed 2432K, reserved 1048576K
+ Metaspace used 18751K, capacity 19130K, committed 19328K, reserved 1067008K
+ class space used 2318K, capacity 2428K, committed 2432K, reserved 1048576K
}
- [Times: user=0.03 sys=0.00, real=0.01 secs]
-2019-12-10T18:00:18.313-0500: 2.263: Total time for which application threads were stopped: 0.0156491 seconds, Stopping threads took: 0.0000752 seconds
-2019-12-10T18:00:18.722-0500: 2.672: Total time for which application threads were stopped: 0.0003732 seconds, Stopping threads took: 0.0000411 seconds
+ [Times: user=0.00 sys=0.00, real=0.01 secs]
+2019-12-13T14:19:29.284-0500: 3.132: Total time for which application threads were stopped: 0.0079873 seconds, Stopping threads took: 0.0000226 seconds
{Heap before GC invocations=3 (full 0):
- garbage-first heap total 524288K, used 58880K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
- region size 1024K, 42 young (43008K), 4 survivors (4096K)
- Metaspace used 18940K, capacity 19388K, committed 19712K, reserved 1067008K
- class space used 2349K, capacity 2493K, committed 2560K, reserved 1048576K
-2019-12-10T18:00:18.831-0500: 2.781: [GC pause (G1 Evacuation Pause) (young)
-Desired survivor size 3145728 bytes, new threshold 15 (max 15)
-- age 1: 1355992 bytes, 1355992 total
-, 0.0121758 secs]
- [Parallel Time: 10.5 ms, GC Workers: 2]
- [GC Worker Start (ms): Min: 2780.9, Avg: 2786.1, Max: 2791.4, Diff: 10.5]
- [Ext Root Scanning (ms): Min: 0.0, Avg: 0.8, Max: 1.7, Diff: 1.7, Sum: 1.7]
- [Update RS (ms): Min: 0.0, Avg: 1.0, Max: 1.9, Diff: 1.9, Sum: 1.9]
- [Processed Buffers: Min: 0, Avg: 5.0, Max: 10, Diff: 10, Sum: 10]
- [Scan RS (ms): Min: 0.0, Avg: 0.2, Max: 0.5, Diff: 0.5, Sum: 0.5]
- [Code Root Scanning (ms): Min: 0.0, Avg: 0.2, Max: 0.4, Diff: 0.4, Sum: 0.4]
- [Object Copy (ms): Min: 0.0, Avg: 3.0, Max: 6.0, Diff: 6.0, Sum: 6.0]
- [Termination (ms): Min: 0.0, Avg: 0.0, Max: 0.1, Diff: 0.1, Sum: 0.1]
- [Termination Attempts: Min: 1, Avg: 1.0, Max: 1, Diff: 0, Sum: 2]
- [GC Worker Other (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [GC Worker Total (ms): Min: 0.0, Avg: 5.3, Max: 10.5, Diff: 10.5, Sum: 10.5]
- [GC Worker End (ms): Min: 2791.4, Avg: 2791.4, Max: 2791.4, Diff: 0.0]
- [Code Root Fixup: 0.0 ms]
- [Code Root Purge: 0.0 ms]
- [Clear CT: 0.0 ms]
- [Other: 1.6 ms]
- [Choose CSet: 0.0 ms]
- [Ref Proc: 1.4 ms]
- [Ref Enq: 0.0 ms]
- [Redirty Cards: 0.0 ms]
- [Humongous Register: 0.0 ms]
- [Humongous Reclaim: 0.0 ms]
- [Free CSet: 0.0 ms]
- [Eden: 38.0M(38.0M)->0.0B(302.0M) Survivors: 4096.0K->5120.0K Heap: 57.5M(512.0M)->20.5M(512.0M)]
-Heap after GC invocations=4 (full 0):
- garbage-first heap total 524288K, used 20992K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
- region size 1024K, 5 young (5120K), 5 survivors (5120K)
- Metaspace used 18940K, capacity 19388K, committed 19712K, reserved 1067008K
- class space used 2349K, capacity 2493K, committed 2560K, reserved 1048576K
-}
- [Times: user=0.03 sys=0.00, real=0.01 secs]
-2019-12-10T18:00:18.843-0500: 2.793: Total time for which application threads were stopped: 0.0124664 seconds, Stopping threads took: 0.0000362 seconds
-2019-12-10T18:00:18.959-0500: 2.909: Total time for which application threads were stopped: 0.0004038 seconds, Stopping threads took: 0.0000266 seconds
-2019-12-10T18:00:18.961-0500: 2.911: Total time for which application threads were stopped: 0.0002282 seconds, Stopping threads took: 0.0000255 seconds
-{Heap before GC invocations=4 (full 0):
- garbage-first heap total 524288K, used 34304K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
- region size 1024K, 19 young (19456K), 5 survivors (5120K)
- Metaspace used 20744K, capacity 21132K, committed 21296K, reserved 1069056K
- class space used 2571K, capacity 2687K, committed 2688K, reserved 1048576K
-2019-12-10T18:00:19.008-0500: 2.957: [GC pause (Metadata GC Threshold) (young) (initial-mark)
+ garbage-first heap total 524288K, used 45056K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ region size 1024K, 21 young (21504K), 4 survivors (4096K)
+ Metaspace used 20747K, capacity 21130K, committed 21296K, reserved 1069056K
+ class space used 2573K, capacity 2686K, committed 2688K, reserved 1048576K
+2019-12-13T14:19:29.407-0500: 3.255: [GC pause (Metadata GC Threshold) (young) (initial-mark)
Desired survivor size 20447232 bytes, new threshold 15 (max 15)
-- age 1: 1303592 bytes, 1303592 total
-- age 2: 1312120 bytes, 2615712 total
-, 0.0058175 secs]
- [Parallel Time: 4.9 ms, GC Workers: 2]
- [GC Worker Start (ms): Min: 2957.7, Avg: 2957.7, Max: 2957.7, Diff: 0.0]
- [Ext Root Scanning (ms): Min: 1.1, Avg: 1.2, Max: 1.3, Diff: 0.2, Sum: 2.4]
- [Update RS (ms): Min: 0.5, Avg: 0.6, Max: 0.6, Diff: 0.1, Sum: 1.1]
- [Processed Buffers: Min: 3, Avg: 4.0, Max: 5, Diff: 2, Sum: 8]
- [Scan RS (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [Code Root Scanning (ms): Min: 0.0, Avg: 0.1, Max: 0.2, Diff: 0.2, Sum: 0.2]
- [Object Copy (ms): Min: 3.0, Avg: 3.0, Max: 3.0, Diff: 0.1, Sum: 6.0]
- [Termination (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [Termination Attempts: Min: 1, Avg: 1.0, Max: 1, Diff: 0, Sum: 2]
+- age 1: 1221648 bytes, 1221648 total
+, 0.0043711 secs]
+ [Parallel Time: 1.4 ms, GC Workers: 8]
+ [GC Worker Start (ms): Min: 3254.9, Avg: 3255.0, Max: 3255.2, Diff: 0.2]
+ [Ext Root Scanning (ms): Min: 0.3, Avg: 0.4, Max: 0.5, Diff: 0.3, Sum: 3.3]
+ [Update RS (ms): Min: 0.1, Avg: 0.2, Max: 0.7, Diff: 0.6, Sum: 1.9]
+ [Processed Buffers: Min: 1, Avg: 1.9, Max: 3, Diff: 2, Sum: 15]
+ [Scan RS (ms): Min: 0.0, Avg: 0.0, Max: 0.1, Diff: 0.1, Sum: 0.3]
+ [Code Root Scanning (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.1]
+ [Object Copy (ms): Min: 0.0, Avg: 0.4, Max: 0.5, Diff: 0.4, Sum: 3.0]
+ [Termination (ms): Min: 0.0, Avg: 0.1, Max: 0.1, Diff: 0.1, Sum: 0.6]
+ [Termination Attempts: Min: 1, Avg: 10.0, Max: 18, Diff: 17, Sum: 80]
[GC Worker Other (ms): Min: 0.0, Avg: 0.0, Max: 0.0, Diff: 0.0, Sum: 0.0]
- [GC Worker Total (ms): Min: 4.9, Avg: 4.9, Max: 4.9, Diff: 0.0, Sum: 9.8]
- [GC Worker End (ms): Min: 2962.6, Avg: 2962.6, Max: 2962.6, Diff: 0.0]
+ [GC Worker Total (ms): Min: 1.0, Avg: 1.1, Max: 1.2, Diff: 0.2, Sum: 9.1]
+ [GC Worker End (ms): Min: 3256.1, Avg: 3256.1, Max: 3256.1, Diff: 0.0]
[Code Root Fixup: 0.0 ms]
[Code Root Purge: 0.0 ms]
- [Clear CT: 0.0 ms]
- [Other: 0.9 ms]
+ [Clear CT: 0.2 ms]
+ [Other: 2.8 ms]
[Choose CSet: 0.0 ms]
- [Ref Proc: 0.6 ms]
- [Ref Enq: 0.0 ms]
- [Redirty Cards: 0.0 ms]
+ [Ref Proc: 2.4 ms]
+ [Ref Enq: 0.1 ms]
+ [Redirty Cards: 0.1 ms]
[Humongous Register: 0.0 ms]
[Humongous Reclaim: 0.0 ms]
[Free CSet: 0.0 ms]
- [Eden: 14.0M(302.0M)->0.0B(303.0M) Survivors: 5120.0K->4096.0K Heap: 34.0M(512.0M)->19.5M(512.0M)]
-Heap after GC invocations=5 (full 0):
- garbage-first heap total 524288K, used 19968K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
+ [Eden: 17.0M(303.0M)->0.0B(303.0M) Survivors: 4096.0K->4096.0K Heap: 44.5M(512.0M)->27.9M(512.0M)]
+Heap after GC invocations=4 (full 0):
+ garbage-first heap total 524288K, used 28579K [0x00000000e0000000, 0x00000000e0101000, 0x0000000100000000)
region size 1024K, 4 young (4096K), 4 survivors (4096K)
- Metaspace used 20744K, capacity 21132K, committed 21296K, reserved 1069056K
- class space used 2571K, capacity 2687K, committed 2688K, reserved 1048576K
+ Metaspace used 20747K, capacity 21130K, committed 21296K, reserved 1069056K
+ class space used 2573K, capacity 2686K, committed 2688K, reserved 1048576K
}
- [Times: user=0.00 sys=0.00, real=0.01 secs]
-2019-12-10T18:00:19.014-0500: 2.963: [GC concurrent-root-region-scan-start]
-2019-12-10T18:00:19.014-0500: 2.964: Total time for which application threads were stopped: 0.0062704 seconds, Stopping threads took: 0.0000366 seconds
-2019-12-10T18:00:19.017-0500: 2.966: [GC concurrent-root-region-scan-end, 0.0030128 secs]
-2019-12-10T18:00:19.017-0500: 2.967: [GC concurrent-mark-start]
-2019-12-10T18:00:19.054-0500: 3.004: [GC concurrent-mark-end, 0.0369341 secs]
-2019-12-10T18:00:19.074-0500: 3.024: [GC remark 2019-12-10T18:00:19.074-0500: 3.024: [Finalize Marking, 0.0000591 secs] 2019-12-10T18:00:19.074-0500: 3.024: [GC ref-proc, 0.0004678 secs] 2019-12-10T18:00:19.075-0500: 3.024: [Unloading, 0.0050618 secs], 0.0058746 secs]
- [Times: user=0.00 sys=0.00, real=0.01 secs]
-2019-12-10T18:00:19.080-0500: 3.030: Total time for which application threads were stopped: 0.0060372 seconds, Stopping threads took: 0.0000774 seconds
-2019-12-10T18:00:19.080-0500: 3.030: [GC cleanup 25M->24M(512M), 0.0006816 secs]
[Times: user=0.00 sys=0.00, real=0.00 secs]
-2019-12-10T18:00:19.081-0500: 3.031: Total time for which application threads were stopped: 0.0007705 seconds, Stopping threads took: 0.0000244 seconds
-2019-12-10T18:00:19.081-0500: 3.031: [GC concurrent-cleanup-start]
-2019-12-10T18:00:19.081-0500: 3.031: [GC concurrent-cleanup-end, 0.0000153 secs]
-2019-12-10T18:00:19.516-0500: 3.466: Total time for which application threads were stopped: 0.0004024 seconds, Stopping threads took: 0.0000412 seconds
-2019-12-10T18:00:19.527-0500: 3.477: Total time for which application threads were stopped: 0.0002788 seconds, Stopping threads took: 0.0000323 seconds
-2019-12-10T18:00:19.528-0500: 3.478: Total time for which application threads were stopped: 0.0002128 seconds, Stopping threads took: 0.0000293 seconds
-2019-12-10T18:00:19.538-0500: 3.488: Total time for which application threads were stopped: 0.0001682 seconds, Stopping threads took: 0.0000339 seconds
-2019-12-10T18:00:19.613-0500: 3.563: Total time for which application threads were stopped: 0.0003252 seconds, Stopping threads took: 0.0000396 seconds
-2019-12-10T18:00:19.841-0500: 3.791: Total time for which application threads were stopped: 0.0004460 seconds, Stopping threads took: 0.0000579 seconds
-2019-12-10T18:00:20.405-0500: 4.355: Total time for which application threads were stopped: 0.0007422 seconds, Stopping threads took: 0.0003526 seconds
-2019-12-10T18:00:20.432-0500: 4.382: Total time for which application threads were stopped: 0.0004368 seconds, Stopping threads took: 0.0000437 seconds
-2019-12-10T18:00:20.706-0500: 4.656: Total time for which application threads were stopped: 0.0002155 seconds, Stopping threads took: 0.0000443 seconds
-2019-12-10T18:00:20.706-0500: 4.656: Total time for which application threads were stopped: 0.0000820 seconds, Stopping threads took: 0.0000282 seconds
-2019-12-10T18:00:20.707-0500: 4.657: Total time for which application threads were stopped: 0.0000918 seconds, Stopping threads took: 0.0000257 seconds
-2019-12-10T18:00:20.707-0500: 4.657: Total time for which application threads were stopped: 0.0000728 seconds, Stopping threads took: 0.0000240 seconds
-2019-12-10T18:00:20.880-0500: 4.830: Total time for which application threads were stopped: 0.0002158 seconds, Stopping threads took: 0.0000567 seconds
-2019-12-10T18:00:21.251-0500: 5.201: Total time for which application threads were stopped: 0.0001219 seconds, Stopping threads took: 0.0000385 seconds
-2019-12-10T18:00:21.253-0500: 5.203: Total time for which application threads were stopped: 0.0000526 seconds, Stopping threads took: 0.0000270 seconds
-2019-12-10T18:00:21.253-0500: 5.203: Total time for which application threads were stopped: 0.0000362 seconds, Stopping threads took: 0.0000184 seconds
-2019-12-10T18:00:23.254-0500: 7.204: Total time for which application threads were stopped: 0.0001608 seconds, Stopping threads took: 0.0000297 seconds
-2019-12-10T18:00:26.855-0500: 10.805: Total time for which application threads were stopped: 0.0001221 seconds, Stopping threads took: 0.0000286 seconds
-2019-12-10T18:00:26.855-0500: 10.805: Total time for which application threads were stopped: 0.0000432 seconds, Stopping threads took: 0.0000156 seconds
-2019-12-10T18:00:26.867-0500: 10.817: Total time for which application threads were stopped: 0.0000581 seconds, Stopping threads took: 0.0000188 seconds
-2019-12-10T18:00:26.867-0500: 10.818: Total time for which application threads were stopped: 0.0000387 seconds, Stopping threads took: 0.0000119 seconds
-2019-12-10T18:00:26.884-0500: 10.834: Total time for which application threads were stopped: 0.0004423 seconds, Stopping threads took: 0.0000164 seconds
-2019-12-10T18:00:26.994-0500: 10.944: Total time for which application threads were stopped: 0.0001028 seconds, Stopping threads took: 0.0000365 seconds
-2019-12-10T18:00:26.994-0500: 10.944: Total time for which application threads were stopped: 0.0000750 seconds, Stopping threads took: 0.0000202 seconds
-2019-12-10T18:00:26.994-0500: 10.944: Total time for which application threads were stopped: 0.0000416 seconds, Stopping threads took: 0.0000135 seconds
-2019-12-10T18:00:26.995-0500: 10.944: Total time for which application threads were stopped: 0.0000391 seconds, Stopping threads took: 0.0000123 seconds
-2019-12-10T18:00:26.995-0500: 10.945: Total time for which application threads were stopped: 0.0000466 seconds, Stopping threads took: 0.0000240 seconds
-2019-12-10T18:00:26.995-0500: 10.945: Total time for which application threads were stopped: 0.0000742 seconds, Stopping threads took: 0.0000421 seconds
-2019-12-10T18:00:26.995-0500: 10.946: Total time for which application threads were stopped: 0.0001412 seconds, Stopping threads took: 0.0000569 seconds
-2019-12-10T18:00:26.995-0500: 10.946: Total time for which application threads were stopped: 0.0000417 seconds, Stopping threads took: 0.0000119 seconds
-2019-12-10T18:00:26.996-0500: 10.946: Total time for which application threads were stopped: 0.0000878 seconds, Stopping threads took: 0.0000277 seconds
-2019-12-10T18:00:26.996-0500: 10.946: Total time for which application threads were stopped: 0.0000355 seconds, Stopping threads took: 0.0000114 seconds
-2019-12-10T18:00:26.996-0500: 10.947: Total time for which application threads were stopped: 0.0000334 seconds, Stopping threads took: 0.0000104 seconds
-2019-12-10T18:00:26.996-0500: 10.947: Total time for which application threads were stopped: 0.0000332 seconds, Stopping threads took: 0.0000104 seconds
-2019-12-10T18:00:26.996-0500: 10.947: Total time for which application threads were stopped: 0.0000335 seconds, Stopping threads took: 0.0000102 seconds
-2019-12-10T18:00:26.996-0500: 10.947: Total time for which application threads were stopped: 0.0000335 seconds, Stopping threads took: 0.0000105 seconds
-2019-12-10T18:00:26.997-0500: 10.947: Total time for which application threads were stopped: 0.0000365 seconds, Stopping threads took: 0.0000120 seconds
-2019-12-10T18:00:26.997-0500: 10.948: Total time for which application threads were stopped: 0.0000343 seconds, Stopping threads took: 0.0000113 seconds
-2019-12-10T18:00:26.997-0500: 10.948: Total time for which application threads were stopped: 0.0000915 seconds, Stopping threads took: 0.0000611 seconds
-2019-12-10T18:00:26.997-0500: 10.948: Total time for which application threads were stopped: 0.0000438 seconds, Stopping threads took: 0.0000199 seconds
-2019-12-10T18:00:26.998-0500: 10.948: Total time for which application threads were stopped: 0.0001053 seconds, Stopping threads took: 0.0000520 seconds
-2019-12-10T18:00:26.998-0500: 10.948: Total time for which application threads were stopped: 0.0000792 seconds, Stopping threads took: 0.0000511 seconds
-2019-12-10T18:00:26.998-0500: 10.948: Total time for which application threads were stopped: 0.0000944 seconds, Stopping threads took: 0.0000646 seconds
-2019-12-10T18:00:26.998-0500: 10.949: Total time for which application threads were stopped: 0.0001188 seconds, Stopping threads took: 0.0000644 seconds
-2019-12-10T18:00:27.008-0500: 10.959: Total time for which application threads were stopped: 0.0001008 seconds, Stopping threads took: 0.0000600 seconds
-2019-12-10T18:00:27.009-0500: 10.959: Total time for which application threads were stopped: 0.0000830 seconds, Stopping threads took: 0.0000535 seconds
-2019-12-10T18:00:27.009-0500: 10.959: Total time for which application threads were stopped: 0.0002464 seconds, Stopping threads took: 0.0000749 seconds
-2019-12-10T18:00:27.009-0500: 10.959: Total time for which application threads were stopped: 0.0002028 seconds, Stopping threads took: 0.0001646 seconds
-2019-12-10T18:00:27.010-0500: 10.961: Total time for which application threads were stopped: 0.0001106 seconds, Stopping threads took: 0.0000757 seconds
-2019-12-10T18:00:27.014-0500: 10.965: Total time for which application threads were stopped: 0.0000868 seconds, Stopping threads took: 0.0000452 seconds
-2019-12-10T18:00:27.015-0500: 10.965: Total time for which application threads were stopped: 0.0000940 seconds, Stopping threads took: 0.0000502 seconds
-2019-12-10T18:00:27.080-0500: 11.031: Total time for which application threads were stopped: 0.0001740 seconds, Stopping threads took: 0.0000362 seconds
-2019-12-10T18:00:27.082-0500: 11.032: Total time for which application threads were stopped: 0.0000733 seconds, Stopping threads took: 0.0000305 seconds
-2019-12-10T18:00:36.994-0500: 20.945: Total time for which application threads were stopped: 0.0001168 seconds, Stopping threads took: 0.0000376 seconds
-2019-12-10T18:00:36.996-0500: 20.947: Total time for which application threads were stopped: 0.0000522 seconds, Stopping threads took: 0.0000195 seconds
-2019-12-10T18:00:36.997-0500: 20.947: Total time for which application threads were stopped: 0.0001105 seconds, Stopping threads took: 0.0000639 seconds
-2019-12-10T18:00:36.997-0500: 20.948: Total time for which application threads were stopped: 0.0000966 seconds, Stopping threads took: 0.0000499 seconds
-2019-12-10T18:00:36.997-0500: 20.948: Total time for which application threads were stopped: 0.0001053 seconds, Stopping threads took: 0.0000715 seconds
-2019-12-10T18:00:36.997-0500: 20.948: Total time for which application threads were stopped: 0.0000857 seconds, Stopping threads took: 0.0000472 seconds
-2019-12-10T18:00:36.997-0500: 20.948: Total time for which application threads were stopped: 0.0000985 seconds, Stopping threads took: 0.0000583 seconds
-2019-12-10T18:00:37.016-0500: 20.966: Total time for which application threads were stopped: 0.0001050 seconds, Stopping threads took: 0.0000519 seconds
-2019-12-10T18:00:37.023-0500: 20.973: Total time for which application threads were stopped: 0.0001270 seconds, Stopping threads took: 0.0000701 seconds
-2019-12-10T18:00:37.023-0500: 20.973: Total time for which application threads were stopped: 0.0000467 seconds, Stopping threads took: 0.0000217 seconds
-2019-12-10T18:00:37.023-0500: 20.973: Total time for which application threads were stopped: 0.0000459 seconds, Stopping threads took: 0.0000190 seconds
-2019-12-10T18:00:37.023-0500: 20.973: Total time for which application threads were stopped: 0.0000418 seconds, Stopping threads took: 0.0000189 seconds
-2019-12-10T18:00:37.023-0500: 20.973: Total time for which application threads were stopped: 0.0000489 seconds, Stopping threads took: 0.0000231 seconds
-2019-12-10T18:00:37.023-0500: 20.974: Total time for which application threads were stopped: 0.0000392 seconds, Stopping threads took: 0.0000177 seconds
-2019-12-10T18:00:37.023-0500: 20.974: Total time for which application threads were stopped: 0.0000413 seconds, Stopping threads took: 0.0000169 seconds
-2019-12-10T18:00:37.023-0500: 20.974: Total time for which application threads were stopped: 0.0000435 seconds, Stopping threads took: 0.0000182 seconds
-2019-12-10T18:00:37.023-0500: 20.974: Total time for which application threads were stopped: 0.0000404 seconds, Stopping threads took: 0.0000186 seconds
-2019-12-10T18:00:37.023-0500: 20.974: Total time for which application threads were stopped: 0.0000382 seconds, Stopping threads took: 0.0000171 seconds
-2019-12-10T18:00:37.023-0500: 20.974: Total time for which application threads were stopped: 0.0001023 seconds, Stopping threads took: 0.0000444 seconds
-2019-12-10T18:00:37.023-0500: 20.974: Total time for which application threads were stopped: 0.0000645 seconds, Stopping threads took: 0.0000417 seconds
-2019-12-10T18:00:37.024-0500: 20.974: Total time for which application threads were stopped: 0.0001846 seconds, Stopping threads took: 0.0000267 seconds
-2019-12-10T18:00:37.058-0500: 21.009: Total time for which application threads were stopped: 0.0001436 seconds, Stopping threads took: 0.0000760 seconds
-2019-12-10T18:00:37.071-0500: 21.022: Total time for which application threads were stopped: 0.0000907 seconds, Stopping threads took: 0.0000258 seconds
-2019-12-10T18:00:37.142-0500: 21.092: Total time for which application threads were stopped: 0.0002202 seconds, Stopping threads took: 0.0000732 seconds
-2019-12-10T18:00:37.142-0500: 21.092: Total time for which application threads were stopped: 0.0000717 seconds, Stopping threads took: 0.0000384 seconds
-2019-12-10T18:00:37.142-0500: 21.093: Total time for which application threads were stopped: 0.0000875 seconds, Stopping threads took: 0.0000561 seconds
-2019-12-10T18:00:37.143-0500: 21.094: Total time for which application threads were stopped: 0.0000634 seconds, Stopping threads took: 0.0000289 seconds
-2019-12-10T18:00:37.143-0500: 21.094: Total time for which application threads were stopped: 0.0000464 seconds, Stopping threads took: 0.0000179 seconds
-2019-12-10T18:00:37.144-0500: 21.094: Total time for which application threads were stopped: 0.0000595 seconds, Stopping threads took: 0.0000273 seconds
-2019-12-10T18:00:37.144-0500: 21.095: Total time for which application threads were stopped: 0.0000457 seconds, Stopping threads took: 0.0000165 seconds
-2019-12-10T18:00:37.144-0500: 21.095: Total time for which application threads were stopped: 0.0000510 seconds, Stopping threads took: 0.0000234 seconds
-2019-12-10T18:00:37.154-0500: 21.105: Total time for which application threads were stopped: 0.0001106 seconds, Stopping threads took: 0.0000468 seconds
-2019-12-10T18:00:37.187-0500: 21.138: Total time for which application threads were stopped: 0.0077135 seconds, Stopping threads took: 0.0075820 seconds
-2019-12-10T18:00:37.209-0500: 21.159: Total time for which application threads were stopped: 0.0001567 seconds, Stopping threads took: 0.0000282 seconds
-2019-12-10T18:00:37.217-0500: 21.168: Total time for which application threads were stopped: 0.0001537 seconds, Stopping threads took: 0.0000335 seconds
-2019-12-10T18:00:37.231-0500: 21.182: Total time for which application threads were stopped: 0.0001429 seconds, Stopping threads took: 0.0000309 seconds
-2019-12-10T18:00:37.234-0500: 21.185: Total time for which application threads were stopped: 0.0001291 seconds, Stopping threads took: 0.0000354 seconds
-2019-12-10T18:00:37.235-0500: 21.185: Total time for which application threads were stopped: 0.0003605 seconds, Stopping threads took: 0.0001275 seconds
-2019-12-10T18:00:37.385-0500: 21.336: Total time for which application threads were stopped: 0.0039647 seconds, Stopping threads took: 0.0038443 seconds
-2019-12-10T18:00:37.396-0500: 21.347: Total time for which application threads were stopped: 0.0002697 seconds, Stopping threads took: 0.0002063 seconds
-2019-12-10T18:00:38.421-0500: 22.370: Total time for which application threads were stopped: 0.0001487 seconds, Stopping threads took: 0.0000318 seconds
-2019-12-10T18:00:39.838-0500: 23.789: Total time for which application threads were stopped: 0.0002229 seconds, Stopping threads took: 0.0001513 seconds
-2019-12-10T18:00:39.844-0500: 23.794: Total time for which application threads were stopped: 0.0000662 seconds, Stopping threads took: 0.0000238 seconds
-2019-12-10T18:00:39.850-0500: 23.800: Total time for which application threads were stopped: 0.0001588 seconds, Stopping threads took: 0.0000207 seconds
-2019-12-10T18:00:40.850-0500: 24.800: Total time for which application threads were stopped: 0.0002526 seconds, Stopping threads took: 0.0000314 seconds
-2019-12-10T18:00:45.853-0500: 29.803: Total time for which application threads were stopped: 0.0001398 seconds, Stopping threads took: 0.0000281 seconds
-2019-12-10T18:01:15.868-0500: 59.818: Total time for which application threads were stopped: 0.0000979 seconds, Stopping threads took: 0.0000322 seconds
-2019-12-10T18:01:16.869-0500: 60.819: Total time for which application threads were stopped: 0.0001200 seconds, Stopping threads took: 0.0000506 seconds
-2019-12-10T18:01:17.872-0500: 61.822: Total time for which application threads were stopped: 0.0001333 seconds, Stopping threads took: 0.0000486 seconds
-2019-12-10T18:01:18.872-0500: 62.822: Total time for which application threads were stopped: 0.0001093 seconds, Stopping threads took: 0.0000342 seconds
-2019-12-10T18:01:20.606-0500: 64.556: Total time for which application threads were stopped: 0.0001249 seconds, Stopping threads took: 0.0000316 seconds
-2019-12-10T18:01:20.611-0500: 64.561: Total time for which application threads were stopped: 0.0001504 seconds, Stopping threads took: 0.0001045 seconds
-2019-12-10T18:01:20.612-0500: 64.562: Total time for which application threads were stopped: 0.0002104 seconds, Stopping threads took: 0.0000720 seconds
-2019-12-10T18:01:20.634-0500: 64.584: Total time for which application threads were stopped: 0.0005949 seconds, Stopping threads took: 0.0000293 seconds
-2019-12-10T18:01:21.635-0500: 65.584: Total time for which application threads were stopped: 0.0001048 seconds, Stopping threads took: 0.0000323 seconds
-2019-12-10T18:02:21.670-0500: 125.619: Total time for which application threads were stopped: 0.0001036 seconds, Stopping threads took: 0.0000317 seconds
-2019-12-10T18:02:36.678-0500: 140.627: Total time for which application threads were stopped: 0.0001073 seconds, Stopping threads took: 0.0000348 seconds
-2019-12-10T18:03:21.702-0500: 185.651: Total time for which application threads were stopped: 0.0001397 seconds, Stopping threads took: 0.0000478 seconds
-2019-12-10T18:04:01.883-0500: 225.832: Total time for which application threads were stopped: 0.0012842 seconds, Stopping threads took: 0.0004094 seconds
-2019-12-10T18:04:02.884-0500: 226.833: Total time for which application threads were stopped: 0.0001800 seconds, Stopping threads took: 0.0000951 seconds
-2019-12-10T18:04:03.884-0500: 227.833: Total time for which application threads were stopped: 0.0001071 seconds, Stopping threads took: 0.0000347 seconds
-2019-12-10T18:04:04.884-0500: 228.834: Total time for which application threads were stopped: 0.0001214 seconds, Stopping threads took: 0.0000485 seconds
-2019-12-10T18:04:05.401-0500: 229.351: Total time for which application threads were stopped: 0.0003632 seconds, Stopping threads took: 0.0001904 seconds
-2019-12-10T18:04:06.401-0500: 230.350: Total time for which application threads were stopped: 0.0001118 seconds, Stopping threads took: 0.0000313 seconds
-2019-12-10T18:04:07.402-0500: 231.351: Total time for which application threads were stopped: 0.0001456 seconds, Stopping threads took: 0.0000371 seconds
-2019-12-10T18:04:08.403-0500: 232.352: Total time for which application threads were stopped: 0.0001129 seconds, Stopping threads took: 0.0000299 seconds
-2019-12-10T18:04:10.403-0500: 234.353: Total time for which application threads were stopped: 0.0001521 seconds, Stopping threads took: 0.0000645 seconds
-2019-12-10T18:04:16.613-0500: 240.563: Total time for which application threads were stopped: 0.0002027 seconds, Stopping threads took: 0.0000287 seconds
-2019-12-10T18:04:17.614-0500: 241.563: Total time for which application threads were stopped: 0.0001457 seconds, Stopping threads took: 0.0000732 seconds
-2019-12-10T18:04:18.614-0500: 242.564: Total time for which application threads were stopped: 0.0005516 seconds, Stopping threads took: 0.0004233 seconds
-2019-12-10T18:04:21.616-0500: 245.566: Total time for which application threads were stopped: 0.0001176 seconds, Stopping threads took: 0.0000271 seconds
-2019-12-10T18:04:25.619-0500: 249.568: Total time for which application threads were stopped: 0.0001372 seconds, Stopping threads took: 0.0000628 seconds
-2019-12-10T18:04:31.622-0500: 255.571: Total time for which application threads were stopped: 0.0001110 seconds, Stopping threads took: 0.0000371 seconds
-2019-12-10T18:04:46.630-0500: 270.579: Total time for which application threads were stopped: 0.0001627 seconds, Stopping threads took: 0.0000587 seconds
-2019-12-10T18:04:47.630-0500: 271.579: Total time for which application threads were stopped: 0.0001223 seconds, Stopping threads took: 0.0000376 seconds
-2019-12-10T18:04:48.631-0500: 272.580: Total time for which application threads were stopped: 0.0001493 seconds, Stopping threads took: 0.0000319 seconds
-2019-12-10T18:04:49.631-0500: 273.581: Total time for which application threads were stopped: 0.0001144 seconds, Stopping threads took: 0.0000331 seconds
-2019-12-10T18:04:52.634-0500: 276.584: Total time for which application threads were stopped: 0.0002969 seconds, Stopping threads took: 0.0002051 seconds
-2019-12-10T18:04:53.635-0500: 277.584: Total time for which application threads were stopped: 0.0001135 seconds, Stopping threads t \ No newline at end of file
+2019-12-13T14:19:29.411-0500: 3.259: [GC concurrent-root-region-scan-start]
+2019-12-13T14:19:29.411-0500: 3.259: Total time for which application threads were stopped: 0.0046354 seconds, Stopping threads took: 0.0000153 seconds
+2019-12-13T14:19:29.412-0500: 3.260: [GC concurrent-root-region-scan-end, 0.0011075 secs]
+2019-12-13T14:19:29.412-0500: 3.260: [GC concurrent-mark-start]
+2019-12-13T14:19:29.426-0500: 3.274: [GC concurrent-mark-end, 0.0131408 secs]
+2019-12-13T14:19:29.426-0500: 3.274: [GC remark 2019-12-13T14:19:29.426-0500: 3.274: [Finalize Marking, 0.0003156 secs] 2019-12-13T14:19:29.426-0500: 3.274: [GC ref-proc, 0.0024366 secs] 2019-12-13T14:19:29.429-0500: 3.277: [Unloading, 0.0014644 secs], 0.0044320 secs]
+ [Times: user=0.13 sys=0.00, real=0.00 secs]
+2019-12-13T14:19:29.430-0500: 3.278: Total time for which application threads were stopped: 0.0045216 seconds, Stopping threads took: 0.0000188 seconds
+2019-12-13T14:19:29.430-0500: 3.278: [GC cleanup 34M->26M(512M), 0.0006227 secs]
+ [Times: user=0.00 sys=0.00, real=0.00 secs]
+2019-12-13T14:19:29.431-0500: 3.279: Total time for which application threads were stopped: 0.0007116 seconds, Stopping threads took: 0.0000412 seconds
+2019-12-13T14:19:29.431-0500: 3.279: [GC concurrent-cleanup-start]
+2019-12-13T14:19:29.431-0500: 3.279: [GC concurrent-cleanup-end, 0.0000103 secs]
+2019-12-13T14:19:29.561-0500: 3.409: Total time for which application threads were stopped: 0.0002395 seconds, Stopping threads took: 0.0000249 seconds
+2019-12-13T14:19:29.566-0500: 3.414: Total time for which application threads were stopped: 0.0002181 seconds, Stopping threads took: 0.0000205 seconds
+2019-12-13T14:19:29.566-0500: 3.414: Total time for which application threads were stopped: 0.0001777 seconds, Stopping threads took: 0.0000157 seconds
+2019-12-13T14:19:29.612-0500: 3.460: Total time for which application threads were stopped: 0.0002329 seconds, Stopping threads took: 0.0000224 seconds
+2019-12-13T14:19:29.833-0500: 3.681: Total time for which application threads were stopped: 0.0003291 seconds, Stopping threads took: 0.0000251 seconds
+2019-12-13T14:19:30.128-0500: 3.976: Total time for which application threads were stopped: 0.0003473 seconds, Stopping threads took: 0.0000278 seconds
+2019-12-13T14:19:30.473-0500: 4.321: Total time for which application threads were stopped: 0.0003110 seconds, Stopping threads took: 0.0000473 seconds
+2019-12-13T14:19:30.789-0500: 4.637: Total time for which application threads were stopped: 0.0000735 seconds, Stopping threads took: 0.0000176 seconds
+2019-12-13T14:19:30.790-0500: 4.638: Total time for which application threads were stopped: 0.0000555 seconds, Stopping threads took: 0.0000165 seconds
+2019-12-13T14:19:30.791-0500: 4.639: Total time for which application threads were stopped: 0.0000499 seconds, Stopping threads took: 0.0000134 seconds
+2019-12-13T14:19:30.792-0500: 4.640: Total time for which application threads were stopped: 0.0000459 seconds, Stopping threads took: 0.0000124 seconds
+2019-12-13T14:19:30.793-0500: 4.641: Total time for which application threads were stopped: 0.0000731 seconds, Stopping threads took: 0.0000413 seconds
+2019-12-13T14:19:30.793-0500: 4.641: Total time for which application threads were stopped: 0.0000350 seconds, Stopping threads took: 0.0000132 seconds
+2019-12-13T14:19:31.260-0500: 5.108: Total time for which application threads were stopped: 0.0000521 seconds, Stopping threads took: 0.0000182 seconds
+2019-12-13T14:19:31.260-0500: 5.108: Total time for which application threads were stopped: 0.0000378 seconds, Stopping threads took: 0.0000111 seconds
+2019-12-13T14:19:31.266-0500: 5.114: Total time for which application threads were stopped: 0.0000557 seconds, Stopping threads took: 0.0000184 seconds
+2019-12-13T14:19:31.276-0500: 5.124: Total time for which application threads were stopped: 0.0003320 seconds, Stopping threads took: 0.0000193 seconds
+2019-12-13T14:19:31.369-0500: 5.218: Total time for which application threads were stopped: 0.0001586 seconds, Stopping threads took: 0.0000980 seconds
+2019-12-13T14:19:31.370-0500: 5.218: Total time for which application threads were stopped: 0.0001034 seconds, Stopping threads took: 0.0000686 seconds
+2019-12-13T14:19:31.370-0500: 5.218: Total time for which application threads were stopped: 0.0000335 seconds, Stopping threads took: 0.0000131 seconds
+2019-12-13T14:19:31.370-0500: 5.218: Total time for which application threads were stopped: 0.0000836 seconds, Stopping threads took: 0.0000586 seconds
+2019-12-13T14:19:31.373-0500: 5.221: Total time for which application threads were stopped: 0.0000571 seconds, Stopping threads took: 0.0000174 seconds
+2019-12-13T14:19:31.373-0500: 5.222: Total time for which application threads were stopped: 0.0000385 seconds, Stopping threads took: 0.0000108 seconds
+2019-12-13T14:19:31.410-0500: 5.258: Total time for which application threads were stopped: 0.0000774 seconds, Stopping threads took: 0.0000225 seconds
+2019-12-13T14:19:31.410-0500: 5.259: Total time for which application threads were stopped: 0.0000492 seconds, Stopping threads took: 0.0000160 seconds
+2019-12-13T14:19:31.410-0500: 5.259: Total time for which application threads were stopped: 0.0000560 seconds, Stopping threads took: 0.0000169 seconds
+2019-12-13T14:19:31.411-0500: 5.259: Total time for which application threads were stopped: 0.0001000 seconds, Stopping threads took: 0.0000688 seconds
+2019-12-13T14:19:31.411-0500: 5.259: Total time for which application threads were stopped: 0.0000289 seconds, Stopping threads took: 0.0000083 seconds
+2019-12-13T14:19:31.411-0500: 5.259: Total time for which application threads were stopped: 0.0001240 seconds, Stopping threads took: 0.0000951 seconds
+2019-12-13T14:19:31.411-0500: 5.260: Total time for which application threads were stopped: 0.0000836 seconds, Stopping threads took: 0.0000229 seconds
+2019-12-13T14:19:33.413-0500: 7.261: Total time for which application threads were stopped: 0.0000602 seconds, Stopping threads took: 0.0000240 seconds
+2019-12-13T14:19:35.248-0500: 9.096: Total time for which application threads were stopped: 0.0000548 seconds, Stopping threads took: 0.0000184 seconds
+2019-12-13T14:19:35.248-0500: 9.096: Total time for which application threads were stopped: 0.0000374 seconds, Stopping threads took: 0.0000112 seconds
+2019-12-13T14:19:35.248-0500: 9.096: Total time for which application threads were stopped: 0.0000376 seconds, Stopping threads took: 0.0000142 seconds
+2019-12-13T14:19:35.249-0500: 9.096: Total time for which application threads were stopped: 0.0001101 seconds, Stopping threads took: 0.0000696 seconds
+2019-12-13T14:19:35.249-0500: 9.097: Total time for which application threads were stopped: 0.0003330 seconds, Stopping threads took: 0.0002967 seconds
+2019-12-13T14:19:35.249-0500: 9.097: Total time for which application threads were stopped: 0.0000787 seconds, Stopping threads took: 0.0000519 seconds
+2019-12-13T14:19:35.249-0500: 9.097: Total time for which application threads were stopped: 0.0000771 seconds, Stopping threads took: 0.0000499 seconds
+2019-12-13T14:19:35.249-0500: 9.097: Total time for which application threads were stopped: 0.0001297 seconds, Stopping threads took: 0.0001017 seconds
+2019-12-13T14:19:35.250-0500: 9.097: Total time for which application threads were stopped: 0.0001299 seconds, Stopping threads took: 0.0000990 seconds
+2019-12-13T14:19:35.253-0500: 9.101: Total time for which application threads were stopped: 0.0001417 seconds, Stopping threads took: 0.0001016 seconds
+2019-12-13T14:19:35.253-0500: 9.101: Total time for which application threads were stopped: 0.0000358 seconds, Stopping threads took: 0.0000107 seconds
+2019-12-13T14:19:36.011-0500: 9.859: Total time for which application threads were stopped: 0.0001306 seconds, Stopping threads took: 0.0000181 seconds
+2019-12-13T14:19:36.012-0500: 9.860: Total time for which application threads were stopped: 0.0000520 seconds, Stopping threads took: 0.0000270 seconds
+2019-12-13T14:19:36.012-0500: 9.860: Total time for which application threads were stopped: 0.0000346 seconds, Stopping threads took: 0.0000097 seconds
+2019-12-13T14:19:36.012-0500: 9.860: Total time for which application threads were stopped: 0.0001518 seconds, Stopping threads took: 0.0000963 seconds
+2019-12-13T14:19:36.013-0500: 9.860: Total time for which application threads were stopped: 0.0000550 seconds, Stopping threads took: 0.0000310 seconds
+2019-12-13T14:19:36.013-0500: 9.860: Total time for which application threads were stopped: 0.0000400 seconds, Stopping threads took: 0.0000139 seconds
+2019-12-13T14:19:36.013-0500: 9.860: Total time for which application threads were stopped: 0.0000339 seconds, Stopping threads took: 0.0000117 seconds
+2019-12-13T14:19:36.013-0500: 9.861: Total time for which application threads were stopped: 0.0000370 seconds, Stopping threads took: 0.0000118 seconds
+2019-12-13T14:19:36.014-0500: 9.862: Total time for which application threads were stopped: 0.0000466 seconds, Stopping threads took: 0.0000198 seconds
+2019-12-13T14:19:36.015-0500: 9.862: Total time for which application threads were stopped: 0.0000370 seconds, Stopping threads took: 0.0000136 seconds
+2019-12-13T14:19:37.095-0500: 10.943: Total time for which application threads were stopped: 0.0000562 seconds, Stopping threads took: 0.0000185 seconds
+2019-12-13T14:19:37.096-0500: 10.944: Total time for which application threads were stopped: 0.0000397 seconds, Stopping threads took: 0.0000123 seconds
+2019-12-13T14:19:37.096-0500: 10.944: Total time for which application threads were stopped: 0.0000453 seconds, Stopping threads took: 0.0000236 seconds
+2019-12-13T14:19:37.096-0500: 10.944: Total time for which application threads were stopped: 0.0000641 seconds, Stopping threads took: 0.0000368 seconds
+2019-12-13T14:19:37.096-0500: 10.945: Total time for which application threads were stopped: 0.0000394 seconds, Stopping threads took: 0.0000144 seconds
+2019-12-13T14:19:37.097-0500: 10.945: Total time for which application threads were stopped: 0.0001792 seconds, Stopping threads took: 0.0001378 seconds
+2019-12-13T14:19:37.097-0500: 10.945: Total time for which application threads were stopped: 0.0000573 seconds, Stopping threads took: 0.0000300 seconds
+2019-12-13T14:19:37.097-0500: 10.945: Total time for which application threads were stopped: 0.0000690 seconds, Stopping threads took: 0.0000360 seconds
+2019-12-13T14:19:37.097-0500: 10.945: Total time for which application threads were stopped: 0.0000830 seconds, Stopping threads took: 0.0000523 seconds
+2019-12-13T14:19:37.099-0500: 10.947: Total time for which application threads were stopped: 0.0000746 seconds, Stopping threads took: 0.0000320 seconds
+2019-12-13T14:19:55.111-0500: 28.958: Total time for which application threads were stopped: 0.0000576 seconds, Stopping threads took: 0.0000209 seconds
+2019-12-13T14:20:21.124-0500: 54.970: Total time for which application threads were stopped: 0.0000711 seconds, Stopping threads took: 0.0000258 seconds
+2019-12-13T14:20:24.127-0500: 57.972: Total time for which application threads were stopped: 0.0000684 seconds, Stopping threads took: 0.0000189 seconds
+2019-12-13T14:20:30.239-0500: 64.086: Total time for which application threads were stopped: 0.0000779 seconds, Stopping threads took: 0.0000180 seconds
+2019-12-13T14:20:30.240-0500: 64.086: Total time for which application threads were stopped: 0.0000517 seconds, Stopping threads took: 0.0000257 seconds
+2019-12-13T14:20:30.240-0500: 64.086: Total time for which application threads were stopped: 0.0000487 seconds, Stopping threads took: 0.0000239 seconds
+2019-12-13T14:20:30.240-0500: 64.086: Total time for which application threads were stopped: 0.0000488 seconds, Stopping threads took: 0.0000241 seconds
+2019-12-13T14:20:30.240-0500: 64.086: Total time for which application threads were stopped: 0.0000482 seconds, Stopping threads took: 0.0000235 seconds
+2019-12-13T14:20:30.241-0500: 64.087: Total time for which application threads were stopped: 0.0000481 seconds, Stopping threads took: 0.0000142 seconds
+2019-12-13T14:20:30.253-0500: 64.099: Total time for which application threads were stopped: 0.0002965 seconds, Stopping threads took: 0.0000187 seconds
+2019-12-13T14:20:30.664-0500: 64.510: Total time for which application threads were stopped: 0.0000739 seconds, Stopping threads took: 0.0000195 seconds
+2019-12-13T14:20:30.664-0500: 64.510: Total time for which application threads were stopped: 0.0000588 seconds, Stopping threads took: 0.0000180 seconds
+2019-12-13T14:20:30.667-0500: 64.513: Total time for which application threads were stopped: 0.0001105 seconds, Stopping threads took: 0.0000576 seconds
+2019-12-13T14:20:30.667-0500: 64.513: Total time for which application threads were stopped: 0.0001211 seconds, Stopping threads took: 0.0000781 seconds
+2019-12-13T14:20:30.669-0500: 64.515: Total time for which application threads were stopped: 0.0001268 seconds, Stopping threads took: 0.0000509 seconds
+2019-12-13T14:20:30.687-0500: 64.533: Total time for which application threads were stopped: 0.0001050 seconds, Stopping threads took: 0.0000469 seconds
+2019-12-13T14:20:30.687-0500: 64.534: Total time for which application threads were stopped: 0.0000522 seconds, Stopping threads took: 0.0000168 seconds
+2019-12-13T14:20:30.688-0500: 64.534: Total time for which application threads were stopped: 0.0001123 seconds, Stopping threads took: 0.0000782 seconds
+2019-12-13T14:20:31.711-0500: 65.557: Total time for which application threads were stopped: 0.0000890 seconds, Stopping threads took: 0.0000408 seconds
+2019-12-13T14:20:31.711-0500: 65.557: Total time for which application threads were stopped: 0.0000548 seconds, Stopping threads took: 0.0000193 seconds
+2019-12-13T14:20:31.715-0500: 65.561: Total time for which application threads were stopped: 0.0001117 seconds, Stopping threads took: 0.0000476 seconds
+2019-12-13T14:20:31.715-0500: 65.561: Total time for which application threads were stopped: 0.0000746 seconds, Stopping threads took: 0.0000417 seconds
+2019-12-13T14:20:31.741-0500: 65.587: Total time for which application threads were stopped: 0.0000739 seconds, Stopping threads took: 0.0000218 seconds
+2019-12-13T14:20:31.742-0500: 65.587: Total time for which application threads were stopped: 0.0001843 seconds, Stopping threads took: 0.0001551 seconds
+2019-12-13T14:20:31.744-0500: 65.589: Total time for which application threads were stopped: 0.0000620 seconds, Stopping threads took: 0.0000198 seconds
+2019-12-13T14:20:31.744-0500: 65.589: Total time for which application threads were stopped: 0.0000363 seconds, Stopping threads took: 0.0000104 seconds
+2019-12-13T14:20:31.752-0500: 65.597: Total time for which application threads were stopped: 0.0000657 seconds, Stopping threads took: 0.0000202 seconds
+2019-12-13T14:20:31.752-0500: 65.598: Total time for which application threads were stopped: 0.0000540 seconds, Stopping threads took: 0.0000180 seconds
+2019-12-13T14:20:31.755-0500: 65.600: Total time for which application threads were stopped: 0.0001466 seconds, Stopping threads took: 0.0000183 seconds
+2019-12-13T14:20:31.755-0500: 65.601: Total time for which application threads were stopped: 0.0000369 seconds, Stopping threads took: 0.0000119 seconds
+2019-12-13T14:20:31.777-0500: 65.623: Total time for which application threads were stopped: 0.0000664 seconds, Stopping threads took: 0.0000188 seconds
+2019-12-13T14:20:31.778-0500: 65.623: Total time for which application threads were stopped: 0.0000502 seconds, Stopping threads took: 0.0000150 seconds
+2019-12-13T14:20:31.783-0500: 65.628: Total time for which application threads were stopped: 0.0000620 seconds, Stopping threads took: 0.0000215 seconds
+2019-12-13T14:20:31.783-0500: 65.629: Total time for which application threads were stopped: 0.0000387 seconds, Stopping threads took: 0.0000111 seconds
+2019-12-13T14:20:31.790-0500: 65.636: Total time for which application threads were stopped: 0.0000722 seconds, Stopping threads took: 0.0000218 seconds
+2019-12-13T14:20:31.791-0500: 65.636: Total time for which application threads were stopped: 0.0000540 seconds, Stopping threads took: 0.0000151 seconds
+2019-12-13T14:20:31.793-0500: 65.639: Total time for which application threads were stopped: 0.0000614 seconds, Stopping threads took: 0.0000240 seconds
+2019-12-13T14:20:31.793-0500: 65.639: Total time for which application threads were stopped: 0.0000348 seconds, Stopping threads took: 0.0000105 seconds
+2019-12-13T14:20:31.794-0500: 65.639: Total time for which application threads were stopped: 0.0000576 seconds, Stopping threads took: 0.0000355 seconds
+2019-12-13T14:20:31.794-0500: 65.639: Total time for which application threads were stopped: 0.0000412 seconds, Stopping threads took: 0.0000157 seconds
+2019-12-13T14:20:31.796-0500: 65.642: Total time for which application threads were stopped: 0.0000504 seconds, Stopping threads took: 0.0000174 seconds
+2019-12-13T14:20:31.796-0500: 65.642: Total time for which application threads were stopped: 0.0000489 seconds, Stopping threads took: 0.0000240 seconds
+2019-12-13T14:20:31.804-0500: 65.649: Total time for which application threads were stopped: 0.0000811 seconds, Stopping threads took: 0.0000239 seconds
+2019-12-13T14:20:31.804-0500: 65.649: Total time for which application \ No newline at end of file
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx
index 3aa5d1d2c..d16fe2edd 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -125,7 +125,7 @@ export class PDFViewer extends DocAnnotatableComponent<IViewerProps, PdfDocument
!this.props.Document.lockedTransform && (this.props.Document.lockedTransform = true);
// change the address to be the file address of the PNG version of each page
// file address of the pdf
- const path = Utils.prepend(`/thumbnail${this.props.url.substring("files/pdfs/".length, this.props.url.length - ".pdf".length)}-${(this.Document.curPage || 1)}.png`);
+ const path = Utils.prepend(`/files/pdf_thumbnails${this.props.url.substring("files/pdfs/".length, this.props.url.length - ".pdf".length)}-${(this.Document.curPage || 1)}.png`);
this._coverPath = JSON.parse(await rp.get(path));
runInAction(() => this._showWaiting = this._showCover = true);
this.props.startupLive && this.setupPdfJsViewer();