From: Joe W. <jo...@gm...> - 2013-01-16 04:12:47
|
Hi all, I believe I've seen this since Dannes upgraded us the 2.0 builds to Jetty 8 - but I'm not sure what it is. During the eXist-db startup, the console shows the following (in part): 15 Jan 2013 23:04:49,401 [main] INFO (JettyStart.java [lifeCycleStarting]:404) - Jetty server starting... 15 Jan 2013 23:04:49,405 [main] INFO (Server.java [doStart]:268) - jetty-8.1.8.v20121106 Null identity service, trying login service: null Finding identity service: null LoginService=org.eclipse.jetty.plus.jaas.JAASLoginService@2b43fd2a identityService=org.eclipse.jetty.security.DefaultIdentityService@7ca1e696 15 Jan 2013 23:04:50,108 [main] INFO (ContextHandler.java [callContextInitialized]:772) - started eXist-db Open Source Native XML Database 15 Jan 2013 23:04:50,109 [main] INFO (ContextHandler.java [callContextInitialized]:772) - started eXist-db Open Source Native XML Database 15 Jan 2013 23:04:50,109 [main] INFO (ContextHandler.java [callContextInitialized]:772) - started eXist-db Open Source Native XML Database Logging already initialized. Skipping... 15 Jan 2013 23:04:52,107 [main] INFO (NCSARequestLog.java [doStart]:649) - Opened /Users/Joe/workspace/exist-trunk/tools/jetty/logs/2013_01_16.request.log 15 Jan 2013 23:04:52,112 [main] INFO (ScanningAppProvider.java [doStart]:113) - Deployment monitor /Users/Joe/workspace/exist-trunk/tools/jetty/contexts at interval 10 15 Jan 2013 23:04:52,116 [main] INFO (ScanningAppProvider.java [doStart]:113) - Deployment monitor /Users/Joe/workspace/exist-trunk/tools/jetty/webapps at interval 10 15 Jan 2013 23:04:52,119 [main] INFO (DeploymentManager.java [addApp]:132) - Deployable added: /Users/Joe/workspace/exist-trunk/tools/jetty/webapps/homepage Null identity service, trying login service: org.eclipse.jetty.security.DefaultIdentityService@7ca1e696 Finding identity service: org.eclipse.jetty.security.DefaultIdentityService@7ca1e696 LoginService=org.eclipse.jetty.plus.jaas.JAASLoginService@2b43fd2a identityService=org.eclipse.jetty.security.DefaultIdentityService@7ca1e696 15 Jan 2013 23:04:52,183 [main] INFO (ContextHandler.java [callContextInitialized]:772) - started o.e.j.w.WebAppContext{/homepage,file:/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/homepage/},/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/homepage 15 Jan 2013 23:04:52,183 [main] INFO (ContextHandler.java [callContextInitialized]:772) - started o.e.j.w.WebAppContext{/homepage,file:/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/homepage/},/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/homepage 15 Jan 2013 23:04:52,184 [main] INFO (DeploymentManager.java [addApp]:132) - Deployable added: /Users/Joe/workspace/exist-trunk/tools/jetty/webapps/portal Null identity service, trying login service: org.eclipse.jetty.security.DefaultIdentityService@7ca1e696 Finding identity service: org.eclipse.jetty.security.DefaultIdentityService@7ca1e696 LoginService=org.eclipse.jetty.plus.jaas.JAASLoginService@2b43fd2a identityService=org.eclipse.jetty.security.DefaultIdentityService@7ca1e696 15 Jan 2013 23:04:52,230 [main] INFO (ContextHandler.java [callContextInitialized]:772) - started o.e.j.w.WebAppContext{/,file:/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/portal/},/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/portal 15 Jan 2013 23:04:52,231 [main] INFO (ContextHandler.java [callContextInitialized]:772) - started o.e.j.w.WebAppContext{/,file:/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/portal/},/Users/Joe/workspace/exist-trunk/tools/jetty/webapps/portal I was wondering about all of the repetition here - notice all of the references to "started eXist-db Open Source Native XML Database" and "Null identity service, trying login service" and "started o.e.j.w.WebAppContext" - these all appear at least 2 times. Are these really unique bits of information, or are they repetitive? Thanks, Joe |