marklogic-samplestack icon indicating copy to clipboard operation
marklogic-samplestack copied to clipboard

Warning seen around bootrun process

Open gghai opened this issue 11 years ago • 5 comments

When i run the appserver I see below warning that have started coming recently .

13:24:17.304 [main] INFO o.s.j.e.a.AnnotationMBeanExporter - Registering beans for JMX exposure on startup 13:24:17.311 [main] INFO / - Initializing Spring FrameworkServlet 'dispatcherServlet' 13:24:17.311 [main] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initializatio 13:24:17.323 [main] INFO o.s.web.servlet.DispatcherServlet - FrameworkServlet 'dispatcherServlet': initializatio ms 13:24:17.359 [main] INFO o.e.jetty.server.AbstractConnector - Started [email protected]:8090 13:24:17.362 [main] INFO o.s.b.c.e.j.JettyEmbeddedServletContainer - Jetty started on port: 8090 13:24:17.363 [main] INFO c.marklogic.samplestack.Application - Started Application in 7.28 seconds (JVM running 13:30:55.480 [qtp452397731-38] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:30:55.480 [qtp452397731-39] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:30:55.753 [qtp452397731-40] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:11.015 [qtp452397731-42] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:11.019 [qtp452397731-40] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:11.021 [qtp452397731-38] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:17.766 [qtp452397731-38] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:17.767 [qtp452397731-41] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:17.768 [qtp452397731-42] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:24.462 [qtp452397731-42] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:24.464 [qtp452397731-40] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:24.465 [qtp452397731-38] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:32.324 [qtp452397731-41] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:32.324 [qtp452397731-38] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query 13:31:32.325 [qtp452397731-42] WARN c.m.client.impl.JerseyServices - collections scope ignored for values query

gghai avatar Dec 18 '14 21:12 gghai

It's a Java API warning. I suppose that I should just take whatever action needed to not trigger this warning. Changing the log level would of course make it go away as well. I'm going to set to aesthetic, but a fix is warranted anyhow.

grechaw avatar Dec 18 '14 22:12 grechaw

This may be gone... let me check.

grechaw avatar Jan 08 '15 20:01 grechaw

This is still happening, and related to the date facet. I'm going to see if it's something that I should not be doing in the samplestack code -- it my code is OK, we will just recommend configuring logging to not report WARN from the Java API? Or open an issue in Java API to remove this warning.

I'll check this out now in any event.

grechaw avatar Jan 08 '15 21:01 grechaw

OK I found this -- it's a minor bug in the Java API.

I'll make a bug for it in Java API (we're post code-freeze... this will be 8.0-2.). I'll reference it here and mark this external.

grechaw avatar Jan 08 '15 21:01 grechaw

Ah, github, you linked it for me!

grechaw avatar Jan 08 '15 21:01 grechaw