Discussion:
[Exist-open] Exist-db 30RC2 exist-webapp-context / is broken
Alexander Henket
2016-12-20 10:43:11 UTC
Permalink
Hi,

I installed the latest nightly eXist-db-3.0.RC2-develop-0770c87 and changed the contextPath for webapps to our usual "/" instead of "/exist" in

/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/exist-webapp-context.xml

Config:

<!-- contextPath can be set to either '/exist' or '/' -->
<Set name="contextPath">/</Set>

Unforutnately: that feature broke and calls to http://localhost:8877/apps/dashboard/index.html <http://localhost:8877/apps/dashboard/index.html> now go to HTTP 404 Not Found from Jetty.

When you go to http://localhost:8877 <http://localhost:8877/> it gives a nice start screen only to refresh itself to http://localhost:8877/exist <http://localhost:8877/exist> and HTTP 404.

I went looking for the issues feature in github to file this, but could not find it. exist.log below my name.

Regards

Alexander Henket

le /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,030 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,033 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (Configuration.java [configureValidation]:1490) - Add catalog uri file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (GrammarPool.java [<init>]:54) - Initializing GrammarPool.
2016-12-20 11:38:22,775 [Thread-3] INFO (XmlLibraryChecker.java [check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!

2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java [check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!

2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java [check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!

2016-12-20 11:38:22,918 [Thread-3] INFO (XmlLibraryChecker.java [check]:189) - Using parser org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:22,919 [Thread-3] INFO (XmlLibraryChecker.java [check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:22,920 [Thread-3] INFO (JettyStart.java [run]:133) - Running with Java 1.8.0_111 [Oracle Corporation (Java HotSpot(TM) 64-Bit Server VM) in /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home]
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:140) - Running as user 'ahenket'
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:141) - [eXist Home : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:142) - [eXist Version : 3.0.RC2]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:143) - [eXist Build : 20161215]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:144) - [Git commit : develop-0770c87]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:146) - [Operating System : Mac OS X 10.12.3 x86_64]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:147) - [log4j.configurationFile : file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/log4j2.xml]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:148) - [jetty.home : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:149) - [jetty.base : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:150) - [jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/standard.enabled-jetty-configs]
2016-12-20 11:38:22,924 [Thread-3] INFO (Configuration.java [<init>]:175) - Reading configuration from file /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,929 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,931 [Thread-3] INFO (Configuration.java [configureValidation]:1490) - Add catalog uri file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,931 [Thread-3] INFO (GrammarPool.java [<init>]:54) - Initializing GrammarPool.
2016-12-20 11:38:22,932 [Thread-3] INFO (JettyStart.java [run]:159) - Configuring eXist from /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,946 [Thread-3] INFO (BrokerPool.java [<init>]:378) - database instance 'exist' will wait 120.000 ms during shutdown
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:381) - database instance 'exist' is enabled for recovery : true
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:386) - database instance 'exist' will have between 1 and 20 brokers
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:390) - database instance 'exist' will be synchronized every 120.000 ms
2016-12-20 11:38:22,958 [Thread-3] INFO (DefaultCacheManager.java [<init>]:154) - Cache settings: 2.097.152k; totalPages: 524.288; maxCacheSize: 471.859; cacheShrinkThreshold: 10.000
2016-12-20 11:38:22,982 [Thread-3] INFO (XQueryPool.java [configure]:126) - QueryPool: size = 128; maxStackSize = 64; timeout = 120.000; timeoutCheckInterval = 30.000
2016-12-20 11:38:22,996 [Thread-3] INFO (QuartzSchedulerImpl.java [getQuartzProperties]:117) - Successfully loaded quartz.properties
2016-12-20 11:38:23,405 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.ngram.NGramIndex as ngram-index
2016-12-20 11:38:23,797 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.lucene.LuceneIndex as lucene-index
2016-12-20 11:38:23,799 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.sort.SortIndex as sort-index
2016-12-20 11:38:23,874 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.range.RangeIndex as range-index
2016-12-20 11:38:23,875 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.storage.structural.NativeStructuralIndex as structural-index
2016-12-20 11:38:24,159 [Thread-3] INFO (SyncTask.java [configure]:73) - Using DATA_DIR: /Users/ahenket/Library/Application Support/org.exist. Minimal disk space required for database to continue operations: 128mb
2016-12-20 11:38:24,163 [Thread-3] INFO (SyncTask.java [configure]:76) - Usable space on partition containing DATA_DIR: /Users/ahenket/Library/Application Support/org.exist: 76149mb
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,364 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,372 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,377 [Thread-3] ERROR (Configurator.java [configureByCurrent]:557) - Field 'managers' must have '@org.exist.config.annotation.ConfigurationFieldClassMask' annotation [manager], skipping instance creation.
2016-12-20 11:38:24,573 [Thread-3] INFO (NativeBroker.java [sync]:3675) - Memory: 290.816K total; 7.456.768K max; 227.251K free
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620) - dom.dbx INDEX Buffers occupation : 100% (64 out of 64) Cache efficiency : 99%
2016-12-20 11:38:24,574 [Thread-3] INFO (DOMFile.java [printStatistics]:1394) - dom.dbx DATA Buffers occupation : 24% (61 out of 256) Cache efficiency : 99%
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620) - collections.dbx INDEX Buffers occupation : 45% (29 out of 64) Cache efficiency : 88%
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419) - collections.dbx DATA Buffers occupation : 45% (29 out of 64) Cache efficiency : 76%
2016-12-20 11:38:24,575 [Thread-3] INFO (BTree.java [printStatistics]:2620) - values.dbx INDEX Buffers occupation : 0% (0 out of 64) Cache efficiency : N/A
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419) - values.dbx DATA Buffers occupation : 0% (0 out of 64) Cache efficiency : N/A
2016-12-20 11:38:24,607 [Thread-3] INFO (GnuCryptoJceProviderStartupTrigger.java [execute]:46) - Registered JCE Security Provider: gnu.crypto.jce.GnuCrypto
2016-12-20 11:38:24,608 [Thread-3] INFO (URLStreamHandlerStartupTrigger.java [registerStreamHandlerFactory]:61) - Successfully registered eXistURLStreamHandlerFactory.
2016-12-20 11:38:25,272 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty.xml]
2016-12-20 11:38:25,286 [Thread-3] INFO (Log.java [initialized]:186) - Logging initialized @6982ms
2016-12-20 11:38:25,369 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-gzip.xml]
2016-12-20 11:38:25,414 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-http.xml]
2016-12-20 11:38:25,435 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jaas.xml]
2016-12-20 11:38:25,439 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jmx.xml]
2016-12-20 11:38:25,470 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-requestlog.xml]
2016-12-20 11:38:25,480 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl.xml]
2016-12-20 11:38:25,489 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl-context.xml]
2016-12-20 11:38:25,501 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-https.xml]
2016-12-20 11:38:25,505 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-deploy.xml]
2016-12-20 11:38:25,520 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-plus.xml]
2016-12-20 11:38:25,538 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-annotations.xml]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java [startJetty]:445) - [Starting jetty component : org.eclipse.jetty.server.Server]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java [lifeCycleStarting]:593) - Jetty server starting...
2016-12-20 11:38:25,543 [Thread-3] INFO (Server.java [doStart]:345) - jetty-9.3.9.v20160517
2016-12-20 11:38:25,563 [Thread-3] INFO (NCSARequestLog.java [doStart]:230) - Opened /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/logs/2016_12_20.request.log
2016-12-20 11:38:25,573 [Thread-3] INFO (ScanningAppProvider.java [doStart]:133) - Deployment monitor [file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/] at interval 10
2016-12-20 11:38:25,728 [Thread-3] INFO (ContextHandler.java [doStart]:775) - Started ***@2b38202e{/,file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/portal/,AVAILABLE}{/portal}
2016-12-20 11:38:26,662 [Thread-3] INFO (AbstractExistHttpServlet.java [getOrCreateBrokerPool]:100) - Database already started. Skipping configuration ...
2016-12-20 11:38:26,663 [Thread-3] INFO (AbstractExistHttpServlet.java [doGeneralExistServletConfig]:196) - Using default user guest for all unauthorized requests.
2016-12-20 11:38:26,677 [Thread-3] INFO (XmlLibraryChecker.java [check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!

2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java [check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!

2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java [check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!

2016-12-20 11:38:26,681 [Thread-3] INFO (XmlLibraryChecker.java [check]:189) - Using parser org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:26,682 [Thread-3] INFO (XmlLibraryChecker.java [check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:26,682 [Thread-3] INFO (ContextHandler.java [doStart]:775) - Started eXist-db Open Source Native XML Database
2016-12-20 11:38:26,729 [Thread-3] INFO (AbstractConnector.java [doStart]:270) - Started ***@4f326988{HTTP/1.1,[http/1.1]}{0.0.0.0:8877}
2016-12-20 11:38:26,905 [Thread-3] INFO (SslContextFactory.java [doStart]:370) - x509=***@d5f6ffa(jetty,h=[],w=[]) for ***@4b4d613e(file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/keystore,file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/keystore)
2016-12-20 11:38:27,005 [Thread-3] INFO (AbstractConnector.java [doStart]:270) - Started ***@7383cbac{SSL,[ssl, http/1.1]}{0.0.0.0:8443}
2016-12-20 11:38:27,006 [Thread-3] INFO (Server.java [doStart]:403) - Started @8703ms
2016-12-20 11:38:27,006 [Thread-3] INFO (JettyStart.java [lifeCycleStarted]:602) - Jetty server started.
2016-12-20 11:38:27,036 [Thread-3] INFO (JettyStart.java [run]:250) - -----------------------------------------------------
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:251) - Server has started, listening on:
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) - http://192.168.178.84:8877/
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) - https://192.168.178.84:8443/
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:256) - Configured contexts:
2016-12-20 11:38:27,038 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,041 [Thread-3] INFO (JettyStart.java [run]:278) - /openid
2016-12-20 11:38:27,042 [Thread-3] INFO (JettyStart.java [run]:294) - /oauth
2016-12-20 11:38:27,043 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,222 [Thread-3] INFO (JettyStart.java [run]:278) - /openid
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:294) - /oauth
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:300) - -----------------------------------------------------
Alexander Henket
2017-02-15 19:01:54 UTC
Permalink
Hi Dannes,

The config file is not mine, is is from eXist-db itself. I just used it as per the instruction inside. It might be that this no longer works, and the instruction is outdated, but I'm sure that was an unintentional change then.

Note that this problem made it into the final release as well.

Regards

Alexander Henket
We have migrated to a different version of jetty; are you sure your construct should work for our 9.x version?
Regards
Dannes
--
www.exist-db.org
Post by Alexander Henket
I went looking for the issues feature in github to file this, but could not find it. exist.log below my name.
Dannes Wessels
2017-02-15 21:30:34 UTC
Permalink
Hi Alexander,
Post by Alexander Henket
The config file is not mine, is is from eXist-db itself. I just used it as per the instruction inside. It might be that this no longer works, and the instruction is outdated, but I'm sure that was an unintentional change then.
Note that this problem made it into the final release as well.
@Adam? do you have an idea?


regards

Dannes
Alexander Henket
2017-02-16 20:23:58 UTC
Permalink
Hold the presses. The notion that this made it into production was from hearsay. I installed eXist-db 3.0 final today and got it to work in / context as we normally have.

So apparently the problem was fixed after all. Sorry for crying wolf (no pun intended).

Alexander Henket
Post by Dannes Wessels
Hi Alexander,
Post by Alexander Henket
The config file is not mine, is is from eXist-db itself. I just used it as per the instruction inside. It might be that this no longer works, and the instruction is outdated, but I'm sure that was an unintentional change then.
Note that this problem made it into the final release as well.
@Adam? do you have an idea?
regards
Dannes
Dmitriy Shabanov
2017-02-16 20:45:57 UTC
Permalink
Post by Alexander Henket
Hold the presses. The notion that this made it into production was from
hearsay. I installed eXist-db 3.0 final today and got it to work in /
context as we normally have.
How did you solve it?
--
Dmitriy Shabanov
Alexander Henket
2017-04-19 14:33:21 UTC
Permalink
History repeats itself in version 3.1.1 (the dmg version)

I cannot get eXist-db to work properly with context / after working successfully in 3.0.4

Help appreciated.

Alexander Henket
Post by Alexander Henket
Hi,
I installed the latest nightly eXist-db-3.0.RC2-develop-0770c87 and changed the contextPath for webapps to our usual "/" instead of "/exist" in
/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/exist-webapp-context.xml
<!-- contextPath can be set to either '/exist' or '/' -->
<Set name="contextPath">/</Set>
Unforutnately: that feature broke and calls to http://localhost:8877/apps/dashboard/index.html <http://localhost:8877/apps/dashboard/index.html> now go to HTTP 404 Not Found from Jetty.
When you go to http://localhost:8877 <http://localhost:8877/> it gives a nice start screen only to refresh itself to http://localhost:8877/exist <http://localhost:8877/exist> and HTTP 404.
I went looking for the issues feature in github to file this, but could not find it. exist.log below my name.
Regards
Alexander Henket
le /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,030 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,033 [AWT-EventQueue-0] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (Configuration.java [configureValidation]:1490) - Add catalog uri file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml <file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml>
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (GrammarPool.java [<init>]:54) - Initializing GrammarPool.
2016-12-20 11:38:22,775 [Thread-3] INFO (XmlLibraryChecker.java [check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java [check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java [check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:22,918 [Thread-3] INFO (XmlLibraryChecker.java [check]:189) - Using parser org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:22,919 [Thread-3] INFO (XmlLibraryChecker.java [check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:22,920 [Thread-3] INFO (JettyStart.java [run]:133) - Running with Java 1.8.0_111 [Oracle Corporation (Java HotSpot(TM) 64-Bit Server VM) in /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home]
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:140) - Running as user 'ahenket'
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:141) - [eXist Home : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:142) - [eXist Version : 3.0.RC2]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:143) - [eXist Build : 20161215]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:144) - [Git commit : develop-0770c87]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:146) - [Operating System : Mac OS X 10.12.3 x86_64]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:147) - [log4j.configurationFile : file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/log4j2.xml <file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/log4j2.xml>]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:148) - [jetty.home : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:149) - [jetty.base : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:150) - [jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/standard.enabled-jetty-configs]
2016-12-20 11:38:22,924 [Thread-3] INFO (Configuration.java [<init>]:175) - Reading configuration from file /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,929 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java [configureStartup]:1280) - Registered StartupTrigger: org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,931 [Thread-3] INFO (Configuration.java [configureValidation]:1490) - Add catalog uri file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml <file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml>
2016-12-20 11:38:22,931 [Thread-3] INFO (GrammarPool.java [<init>]:54) - Initializing GrammarPool.
2016-12-20 11:38:22,932 [Thread-3] INFO (JettyStart.java [run]:159) - Configuring eXist from /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,946 [Thread-3] INFO (BrokerPool.java [<init>]:378) - database instance 'exist' will wait 120.000 ms during shutdown
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:381) - database instance 'exist' is enabled for recovery : true
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:386) - database instance 'exist' will have between 1 and 20 brokers
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:390) - database instance 'exist' will be synchronized every 120.000 ms
2016-12-20 11:38:22,958 [Thread-3] INFO (DefaultCacheManager.java [<init>]:154) - Cache settings: 2.097.152k; totalPages: 524.288; maxCacheSize: 471.859; cacheShrinkThreshold: 10.000
2016-12-20 11:38:22,982 [Thread-3] INFO (XQueryPool.java [configure]:126) - QueryPool: size = 128; maxStackSize = 64; timeout = 120.000; timeoutCheckInterval = 30.000
2016-12-20 11:38:22,996 [Thread-3] INFO (QuartzSchedulerImpl.java [getQuartzProperties]:117) - Successfully loaded quartz.properties
2016-12-20 11:38:23,405 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.ngram.NGramIndex as ngram-index
2016-12-20 11:38:23,797 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.lucene.LuceneIndex as lucene-index
2016-12-20 11:38:23,799 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.sort.SortIndex as sort-index
2016-12-20 11:38:23,874 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.indexing.range.RangeIndex as range-index
2016-12-20 11:38:23,875 [Thread-3] INFO (IndexManager.java [initIndex]:118) - Registered index org.exist.storage.structural.NativeStructuralIndex as structural-index
2016-12-20 11:38:24,159 [Thread-3] INFO (SyncTask.java [configure]:73) - Using DATA_DIR: /Users/ahenket/Library/Application Support/org.exist. Minimal disk space required for database to continue operations: 128mb
2016-12-20 11:38:24,163 [Thread-3] INFO (SyncTask.java [configure]:76) - Usable space on partition containing DATA_DIR: /Users/ahenket/Library/Application Support/org.exist: 76149mb
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,364 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,372 [Thread-3] ERROR (Configurator.java [configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,573 [Thread-3] INFO (NativeBroker.java [sync]:3675) - Memory: 290.816K total; 7.456.768K max; 227.251K free
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620) - dom.dbx INDEX Buffers occupation : 100% (64 out of 64) Cache efficiency : 99%
2016-12-20 11:38:24,574 [Thread-3] INFO (DOMFile.java [printStatistics]:1394) - dom.dbx DATA Buffers occupation : 24% (61 out of 256) Cache efficiency : 99%
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620) - collections.dbx INDEX Buffers occupation : 45% (29 out of 64) Cache efficiency : 88%
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419) - collections.dbx DATA Buffers occupation : 45% (29 out of 64) Cache efficiency : 76%
2016-12-20 11:38:24,575 [Thread-3] INFO (BTree.java [printStatistics]:2620) - values.dbx INDEX Buffers occupation : 0% (0 out of 64) Cache efficiency : N/A
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419) - values.dbx DATA Buffers occupation : 0% (0 out of 64) Cache efficiency : N/A
2016-12-20 11:38:24,607 [Thread-3] INFO (GnuCryptoJceProviderStartupTrigger.java [execute]:46) - Registered JCE Security Provider: gnu.crypto.jce.GnuCrypto
2016-12-20 11:38:24,608 [Thread-3] INFO (URLStreamHandlerStartupTrigger.java [registerStreamHandlerFactory]:61) - Successfully registered eXistURLStreamHandlerFactory.
2016-12-20 11:38:25,272 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty.xml]
2016-12-20 11:38:25,369 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-gzip.xml]
2016-12-20 11:38:25,414 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-http.xml]
2016-12-20 11:38:25,435 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jaas.xml]
2016-12-20 11:38:25,439 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jmx.xml]
2016-12-20 11:38:25,470 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-requestlog.xml]
2016-12-20 11:38:25,480 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl.xml]
2016-12-20 11:38:25,489 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl-context.xml]
2016-12-20 11:38:25,501 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-https.xml]
2016-12-20 11:38:25,505 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-deploy.xml]
2016-12-20 11:38:25,520 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-plus.xml]
2016-12-20 11:38:25,538 [Thread-3] INFO (JettyStart.java [run]:183) - [loading jetty configuration : /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-annotations.xml]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java [startJetty]:445) - [Starting jetty component : org.eclipse.jetty.server.Server]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java [lifeCycleStarting]:593) - Jetty server starting...
2016-12-20 11:38:25,543 [Thread-3] INFO (Server.java [doStart]:345) - jetty-9.3.9.v20160517
2016-12-20 11:38:25,563 [Thread-3] INFO (NCSARequestLog.java [doStart]:230) - Opened /Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/logs/2016_12_20.request.log
2016-12-20 11:38:25,573 [Thread-3] INFO (ScanningAppProvider.java [doStart]:133) - Deployment monitor [file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/ <file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/>] at interval 10
2016-12-20 11:38:26,662 [Thread-3] INFO (AbstractExistHttpServlet.java [getOrCreateBrokerPool]:100) - Database already started. Skipping configuration ...
2016-12-20 11:38:26,663 [Thread-3] INFO (AbstractExistHttpServlet.java [doGeneralExistServletConfig]:196) - Using default user guest for all unauthorized requests.
2016-12-20 11:38:26,677 [Thread-3] INFO (XmlLibraryChecker.java [check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java [check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java [check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:26,681 [Thread-3] INFO (XmlLibraryChecker.java [check]:189) - Using parser org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:26,682 [Thread-3] INFO (XmlLibraryChecker.java [check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:26,682 [Thread-3] INFO (ContextHandler.java [doStart]:775) - Started eXist-db Open Source Native XML Database
2016-12-20 11:38:27,006 [Thread-3] INFO (JettyStart.java [lifeCycleStarted]:602) - Jetty server started.
2016-12-20 11:38:27,036 [Thread-3] INFO (JettyStart.java [run]:250) - -----------------------------------------------------
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) - http://192.168.178.84:8877/ <http://192.168.178.84:8877/>
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) - https://192.168.178.84:8443/ <https://192.168.178.84:8443/>
2016-12-20 11:38:27,038 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,041 [Thread-3] INFO (JettyStart.java [run]:278) - /openid
2016-12-20 11:38:27,042 [Thread-3] INFO (JettyStart.java [run]:294) - /oauth
2016-12-20 11:38:27,043 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,222 [Thread-3] INFO (JettyStart.java [run]:278) - /openid
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:294) - /oauth
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:300) - -----------------------------------------------------
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
Adam Retter
2017-04-20 13:40:34 UTC
Permalink
Hi Alexander,

As far as I am aware there were no changes between eXist 3.0 and 3.1.1
in this area.
Post by Alexander Henket
History repeats itself in version 3.1.1 (the dmg version)
I cannot get eXist-db to work properly with context / after working successfully in 3.0.4
Help appreciated.
Alexander Henket
Hi,
I installed the latest nightly eXist-db-3.0.RC2-develop-0770c87 and changed
the contextPath for webapps to our usual "/" instead of "/exist" in
/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/exist-webapp-context.xml
<!-- contextPath can be set to either '/exist' or '/' -->
<Set name="contextPath">/</Set>
Unforutnately: that feature broke and calls to
http://localhost:8877/apps/dashboard/index.html now go to HTTP 404 Not Found
from Jetty.
When you go to http://localhost:8877 it gives a nice start screen only to
refresh itself to http://localhost:8877/exist and HTTP 404.
I went looking for the issues feature in github to file this, but could not
find it. exist.log below my name.
Regards
Alexander Henket
le
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,030 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,033 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (Configuration.java
[configureValidation]:1490) - Add catalog uri
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (GrammarPool.java
[<init>]:54) - Initializing GrammarPool.
2016-12-20 11:38:22,775 [Thread-3] INFO (XmlLibraryChecker.java
[check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java
[check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java
[check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:22,918 [Thread-3] INFO (XmlLibraryChecker.java
[check]:189) - Using parser
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:22,919 [Thread-3] INFO (XmlLibraryChecker.java
[check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:22,920 [Thread-3] INFO (JettyStart.java [run]:133) -
Running with Java 1.8.0_111 [Oracle Corporation (Java HotSpot(TM) 64-Bit
Server VM) in /Library/Internet
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home]
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:140) -
Running as user 'ahenket'
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:141) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:142) -
[eXist Version : 3.0.RC2]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:143) -
[eXist Build : 20161215]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:144) - [Git
commit : develop-0770c87]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:146) -
[Operating System : Mac OS X 10.12.3 x86_64]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:147) -
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/log4j2.xml]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:148) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:149) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:150) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/standard.enabled-jetty-configs]
2016-12-20 11:38:22,924 [Thread-3] INFO (Configuration.java [<init>]:175) -
Reading configuration from file
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,929 [Thread-3] INFO (Configuration.java
org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,931 [Thread-3] INFO (Configuration.java
[configureValidation]:1490) - Add catalog uri
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,931 [Thread-3] INFO (GrammarPool.java [<init>]:54) -
Initializing GrammarPool.
2016-12-20 11:38:22,932 [Thread-3] INFO (JettyStart.java [run]:159) -
Configuring eXist from
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,946 [Thread-3] INFO (BrokerPool.java [<init>]:378) -
database instance 'exist' will wait 120.000 ms during shutdown
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:381) -
database instance 'exist' is enabled for recovery : true
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:386) -
database instance 'exist' will have between 1 and 20 brokers
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:390) -
database instance 'exist' will be synchronized every 120.000 ms
2016-12-20 11:38:22,958 [Thread-3] INFO (DefaultCacheManager.java
[<init>]:154) - Cache settings: 2.097.152k; totalPages: 524.288;
maxCacheSize: 471.859; cacheShrinkThreshold: 10.000
2016-12-20 11:38:22,982 [Thread-3] INFO (XQueryPool.java [configure]:126) -
QueryPool: size = 128; maxStackSize = 64; timeout = 120.000;
timeoutCheckInterval = 30.000
2016-12-20 11:38:22,996 [Thread-3] INFO (QuartzSchedulerImpl.java
[getQuartzProperties]:117) - Successfully loaded quartz.properties
2016-12-20 11:38:23,405 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.ngram.NGramIndex as ngram-index
2016-12-20 11:38:23,797 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.lucene.LuceneIndex as lucene-index
2016-12-20 11:38:23,799 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.sort.SortIndex as sort-index
2016-12-20 11:38:23,874 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.range.RangeIndex as range-index
2016-12-20 11:38:23,875 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.storage.structural.NativeStructuralIndex as
structural-index
2016-12-20 11:38:24,159 [Thread-3] INFO (SyncTask.java [configure]:73) -
Using DATA_DIR: /Users/ahenket/Library/Application Support/org.exist.
Minimal disk space required for database to continue operations: 128mb
2016-12-20 11:38:24,163 [Thread-3] INFO (SyncTask.java [configure]:76) -
/Users/ahenket/Library/Application Support/org.exist: 76149mb
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,364 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,372 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,377 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,573 [Thread-3] INFO (NativeBroker.java [sync]:3675) -
Memory: 290.816K total; 7.456.768K max; 227.251K free
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620)
99%
2016-12-20 11:38:24,574 [Thread-3] INFO (DOMFile.java
[printStatistics]:1394) - dom.dbx DATA Buffers occupation : 24% (61 out of
256) Cache efficiency : 99%
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620)
- collections.dbx INDEX Buffers occupation : 45% (29 out of 64) Cache
efficiency : 88%
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419)
- collections.dbx DATA Buffers occupation : 45% (29 out of 64) Cache
efficiency : 76%
2016-12-20 11:38:24,575 [Thread-3] INFO (BTree.java [printStatistics]:2620)
N/A
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419)
N/A
2016-12-20 11:38:24,607 [Thread-3] INFO
(GnuCryptoJceProviderStartupTrigger.java [execute]:46) - Registered JCE
Security Provider: gnu.crypto.jce.GnuCrypto
2016-12-20 11:38:24,608 [Thread-3] INFO
(URLStreamHandlerStartupTrigger.java [registerStreamHandlerFactory]:61) -
Successfully registered eXistURLStreamHandlerFactory.
2016-12-20 11:38:25,272 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty.xml]
2016-12-20 11:38:25,286 [Thread-3] INFO (Log.java [initialized]:186) -
2016-12-20 11:38:25,369 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-gzip.xml]
2016-12-20 11:38:25,414 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-http.xml]
2016-12-20 11:38:25,435 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jaas.xml]
2016-12-20 11:38:25,439 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jmx.xml]
2016-12-20 11:38:25,470 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-requestlog.xml]
2016-12-20 11:38:25,480 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl.xml]
2016-12-20 11:38:25,489 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl-context.xml]
2016-12-20 11:38:25,501 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-https.xml]
2016-12-20 11:38:25,505 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-deploy.xml]
2016-12-20 11:38:25,520 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-plus.xml]
2016-12-20 11:38:25,538 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-annotations.xml]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java [startJetty]:445)
- [Starting jetty component : org.eclipse.jetty.server.Server]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java
[lifeCycleStarting]:593) - Jetty server starting...
2016-12-20 11:38:25,543 [Thread-3] INFO (Server.java [doStart]:345) -
jetty-9.3.9.v20160517
2016-12-20 11:38:25,563 [Thread-3] INFO (NCSARequestLog.java [doStart]:230)
- Opened
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/logs/2016_12_20.request.log
2016-12-20 11:38:25,573 [Thread-3] INFO (ScanningAppProvider.java
[doStart]:133) - Deployment monitor
[file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/]
at interval 10
2016-12-20 11:38:25,728 [Thread-3] INFO (ContextHandler.java [doStart]:775)
- Started
2016-12-20 11:38:26,662 [Thread-3] INFO (AbstractExistHttpServlet.java
[getOrCreateBrokerPool]:100) - Database already started. Skipping
configuration ...
2016-12-20 11:38:26,663 [Thread-3] INFO (AbstractExistHttpServlet.java
[doGeneralExistServletConfig]:196) - Using default user guest for all
unauthorized requests.
2016-12-20 11:38:26,677 [Thread-3] INFO (XmlLibraryChecker.java
[check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java
[check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java
[check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:26,681 [Thread-3] INFO (XmlLibraryChecker.java
[check]:189) - Using parser
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:26,682 [Thread-3] INFO (XmlLibraryChecker.java
[check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:26,682 [Thread-3] INFO (ContextHandler.java [doStart]:775)
- Started eXist-db Open Source Native XML Database
2016-12-20 11:38:26,729 [Thread-3] INFO (AbstractConnector.java
[doStart]:270) - Started
2016-12-20 11:38:26,905 [Thread-3] INFO (SslContextFactory.java
2016-12-20 11:38:27,005 [Thread-3] INFO (AbstractConnector.java
http/1.1]}{0.0.0.0:8443}
2016-12-20 11:38:27,006 [Thread-3] INFO (JettyStart.java
[lifeCycleStarted]:602) - Jetty server started.
2016-12-20 11:38:27,036 [Thread-3] INFO (JettyStart.java [run]:250) -
-----------------------------------------------------
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:251) -
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) -
http://192.168.178.84:8877/
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) -
https://192.168.178.84:8443/
2016-12-20 11:38:27,038 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,041 [Thread-3] INFO (JettyStart.java [run]:278) -
/openid
2016-12-20 11:38:27,042 [Thread-3] INFO (JettyStart.java [run]:294) -
/oauth
2016-12-20 11:38:27,043 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,222 [Thread-3] INFO (JettyStart.java [run]:278) -
/openid
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:294) -
/oauth
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:300) -
-----------------------------------------------------
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform
today.http://sdm.link/intel_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
--
Adam Retter

eXist Developer
{ United Kingdom }
***@exist-db.org
irc://irc.freenode.net/existdb
Alexander Henket
2017-04-20 14:13:18 UTC
Permalink
I don’t know what to do … The fact is that it does not work in the version from the dmg. My colleague just downloaded the jar version for Ubuntu and it worked on that one.

The jar version doesn’t have the Mac system tray thing I believe, nor is it packaged as a Mac app.

Does it work for you on Mac from the dmg version?

Alexander Henket
Post by Dannes Wessels
Hi Alexander,
As far as I am aware there were no changes between eXist 3.0 and 3.1.1
in this area.
Post by Alexander Henket
History repeats itself in version 3.1.1 (the dmg version)
I cannot get eXist-db to work properly with context / after working
successfully in 3.0.4
Help appreciated.
Alexander Henket
Hi,
I installed the latest nightly eXist-db-3.0.RC2-develop-0770c87 and changed
the contextPath for webapps to our usual "/" instead of "/exist" in
/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/exist-webapp-context.xml
<!-- contextPath can be set to either '/exist' or '/' -->
<Set name="contextPath">/</Set>
Unforutnately: that feature broke and calls to
http://localhost:8877/apps/dashboard/index.html now go to HTTP 404 Not Found
from Jetty.
When you go to http://localhost:8877 it gives a nice start screen only to
refresh itself to http://localhost:8877/exist and HTTP 404.
I went looking for the issues feature in github to file this, but could not
find it. exist.log below my name.
Regards
Alexander Henket
le
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,030 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,033 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (Configuration.java
[configureValidation]:1490) - Add catalog uri
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (GrammarPool.java
[<init>]:54) - Initializing GrammarPool.
2016-12-20 11:38:22,775 [Thread-3] INFO (XmlLibraryChecker.java
[check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java
[check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java
[check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:22,918 [Thread-3] INFO (XmlLibraryChecker.java
[check]:189) - Using parser
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:22,919 [Thread-3] INFO (XmlLibraryChecker.java
[check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:22,920 [Thread-3] INFO (JettyStart.java [run]:133) -
Running with Java 1.8.0_111 [Oracle Corporation (Java HotSpot(TM) 64-Bit
Server VM) in /Library/Internet
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home]
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:140) -
Running as user 'ahenket'
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:141) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:142) -
[eXist Version : 3.0.RC2]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:143) -
[eXist Build : 20161215]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:144) - [Git
commit : develop-0770c87]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:146) -
[Operating System : Mac OS X 10.12.3 x86_64]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:147) -
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/log4j2.xml]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:148) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:149) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:150) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/standard.enabled-jetty-configs]
2016-12-20 11:38:22,924 [Thread-3] INFO (Configuration.java [<init>]:175) -
Reading configuration from file
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,929 [Thread-3] INFO (Configuration.java
org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,931 [Thread-3] INFO (Configuration.java
[configureValidation]:1490) - Add catalog uri
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,931 [Thread-3] INFO (GrammarPool.java [<init>]:54) -
Initializing GrammarPool.
2016-12-20 11:38:22,932 [Thread-3] INFO (JettyStart.java [run]:159) -
Configuring eXist from
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,946 [Thread-3] INFO (BrokerPool.java [<init>]:378) -
database instance 'exist' will wait 120.000 ms during shutdown
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:381) -
database instance 'exist' is enabled for recovery : true
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:386) -
database instance 'exist' will have between 1 and 20 brokers
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:390) -
database instance 'exist' will be synchronized every 120.000 ms
2016-12-20 11:38:22,958 [Thread-3] INFO (DefaultCacheManager.java
[<init>]:154) - Cache settings: 2.097.152k; totalPages: 524.288;
maxCacheSize: 471.859; cacheShrinkThreshold: 10.000
2016-12-20 11:38:22,982 [Thread-3] INFO (XQueryPool.java [configure]:126) -
QueryPool: size = 128; maxStackSize = 64; timeout = 120.000;
timeoutCheckInterval = 30.000
2016-12-20 11:38:22,996 [Thread-3] INFO (QuartzSchedulerImpl.java
[getQuartzProperties]:117) - Successfully loaded quartz.properties
2016-12-20 11:38:23,405 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.ngram.NGramIndex as ngram-index
2016-12-20 11:38:23,797 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.lucene.LuceneIndex as lucene-index
2016-12-20 11:38:23,799 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.sort.SortIndex as sort-index
2016-12-20 11:38:23,874 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.range.RangeIndex as range-index
2016-12-20 11:38:23,875 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.storage.structural.NativeStructuralIndex as
structural-index
2016-12-20 11:38:24,159 [Thread-3] INFO (SyncTask.java [configure]:73) -
Using DATA_DIR: /Users/ahenket/Library/Application Support/org.exist.
Minimal disk space required for database to continue operations: 128mb
2016-12-20 11:38:24,163 [Thread-3] INFO (SyncTask.java [configure]:76) -
/Users/ahenket/Library/Application Support/org.exist: 76149mb
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,364 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,372 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,377 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,573 [Thread-3] INFO (NativeBroker.java [sync]:3675) -
Memory: 290.816K total; 7.456.768K max; 227.251K free
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620)
99%
2016-12-20 11:38:24,574 [Thread-3] INFO (DOMFile.java
[printStatistics]:1394) - dom.dbx DATA Buffers occupation : 24% (61 out of
256) Cache efficiency : 99%
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620)
- collections.dbx INDEX Buffers occupation : 45% (29 out of 64) Cache
efficiency : 88%
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419)
- collections.dbx DATA Buffers occupation : 45% (29 out of 64) Cache
efficiency : 76%
2016-12-20 11:38:24,575 [Thread-3] INFO (BTree.java [printStatistics]:2620)
N/A
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419)
N/A
2016-12-20 11:38:24,607 [Thread-3] INFO
(GnuCryptoJceProviderStartupTrigger.java [execute]:46) - Registered JCE
Security Provider: gnu.crypto.jce.GnuCrypto
2016-12-20 11:38:24,608 [Thread-3] INFO
(URLStreamHandlerStartupTrigger.java [registerStreamHandlerFactory]:61) -
Successfully registered eXistURLStreamHandlerFactory.
2016-12-20 11:38:25,272 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty.xml]
2016-12-20 11:38:25,286 [Thread-3] INFO (Log.java [initialized]:186) -
2016-12-20 11:38:25,369 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-gzip.xml]
2016-12-20 11:38:25,414 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-http.xml]
2016-12-20 11:38:25,435 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jaas.xml]
2016-12-20 11:38:25,439 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jmx.xml]
2016-12-20 11:38:25,470 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-requestlog.xml]
2016-12-20 11:38:25,480 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl.xml]
2016-12-20 11:38:25,489 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl-context.xml]
2016-12-20 11:38:25,501 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-https.xml]
2016-12-20 11:38:25,505 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-deploy.xml]
2016-12-20 11:38:25,520 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-plus.xml]
2016-12-20 11:38:25,538 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-annotations.xml]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java [startJetty]:445)
- [Starting jetty component : org.eclipse.jetty.server.Server]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java
[lifeCycleStarting]:593) - Jetty server starting...
2016-12-20 11:38:25,543 [Thread-3] INFO (Server.java [doStart]:345) -
jetty-9.3.9.v20160517
2016-12-20 11:38:25,563 [Thread-3] INFO (NCSARequestLog.java [doStart]:230)
- Opened
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/logs/2016_12_20.request.log
2016-12-20 11:38:25,573 [Thread-3] INFO (ScanningAppProvider.java
[doStart]:133) - Deployment monitor
[file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/]
at interval 10
2016-12-20 11:38:25,728 [Thread-3] INFO (ContextHandler.java [doStart]:775)
- Started
2016-12-20 11:38:26,662 [Thread-3] INFO (AbstractExistHttpServlet.java
[getOrCreateBrokerPool]:100) - Database already started. Skipping
configuration ...
2016-12-20 11:38:26,663 [Thread-3] INFO (AbstractExistHttpServlet.java
[doGeneralExistServletConfig]:196) - Using default user guest for all
unauthorized requests.
2016-12-20 11:38:26,677 [Thread-3] INFO (XmlLibraryChecker.java
[check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java
[check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java
[check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:26,681 [Thread-3] INFO (XmlLibraryChecker.java
[check]:189) - Using parser
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:26,682 [Thread-3] INFO (XmlLibraryChecker.java
[check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:26,682 [Thread-3] INFO (ContextHandler.java [doStart]:775)
- Started eXist-db Open Source Native XML Database
2016-12-20 11:38:26,729 [Thread-3] INFO (AbstractConnector.java
[doStart]:270) - Started
2016-12-20 11:38:26,905 [Thread-3] INFO (SslContextFactory.java
2016-12-20 11:38:27,005 [Thread-3] INFO (AbstractConnector.java
http/1.1]}{0.0.0.0:8443}
2016-12-20 11:38:27,006 [Thread-3] INFO (JettyStart.java
[lifeCycleStarted]:602) - Jetty server started.
2016-12-20 11:38:27,036 [Thread-3] INFO (JettyStart.java [run]:250) -
-----------------------------------------------------
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:251) -
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) -
http://192.168.178.84:8877/
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) -
https://192.168.178.84:8443/
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:256) -
2016-12-20 11:38:27,038 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,041 [Thread-3] INFO (JettyStart.java [run]:278) -
/openid
2016-12-20 11:38:27,042 [Thread-3] INFO (JettyStart.java [run]:294) -
/oauth
2016-12-20 11:38:27,043 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,222 [Thread-3] INFO (JettyStart.java [run]:278) -
/openid
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:294) -
/oauth
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:300) -
-----------------------------------------------------
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform
today.http://sdm.link/intel_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
--
Adam Retter
eXist Developer
{ United Kingdom }
irc://irc.freenode.net/existdb
Alexander Henket
2017-04-20 21:21:16 UTC
Permalink
I’ve fixed it … again, and again … I don’t know how or why.

I’ve re-copied eXist-db.app from the dmg to my /Applications folder, started it up once so the signing is verified and updated the ports in the config dialog, verified the dashboard loads from localhost:8877/exist/apps/dashboard, shut down, changed contextPath to / in the file

/Applications/eXist-db.app/Contents/Resources/eXist-db/tools/jetty/webapps/exist-webapp-context.xml

Booted eXist.app and boom: it works. I then diffed everything from my previous installation into the new copy, rebooting eXist-db.app after every update and it kept working. So at the end of that, I had basically restored everything from my previous install into the new, with one notable difference: the contextPath / now works.

I’m stumped.

Alexander Henket
Post by Alexander Henket
I don’t know what to do … The fact is that it does not work in the version from the dmg. My colleague just downloaded the jar version for Ubuntu and it worked on that one.
The jar version doesn’t have the Mac system tray thing I believe, nor is it packaged as a Mac app.
Does it work for you on Mac from the dmg version?
Alexander Henket
Post by Dannes Wessels
Hi Alexander,
As far as I am aware there were no changes between eXist 3.0 and 3.1.1
in this area.
Post by Alexander Henket
History repeats itself in version 3.1.1 (the dmg version)
I cannot get eXist-db to work properly with context / after working
successfully in 3.0.4
Help appreciated.
Alexander Henket
Hi,
I installed the latest nightly eXist-db-3.0.RC2-develop-0770c87 and changed
the contextPath for webapps to our usual "/" instead of "/exist" in
/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/exist-webapp-context.xml
<!-- contextPath can be set to either '/exist' or '/' -->
<Set name="contextPath">/</Set>
Unforutnately: that feature broke and calls to
http://localhost:8877/apps/dashboard/index.html now go to HTTP 404 Not Found
from Jetty.
When you go to http://localhost:8877 it gives a nice start screen only to
refresh itself to http://localhost:8877/exist and HTTP 404.
I went looking for the issues feature in github to file this, but could not
find it. exist.log below my name.
Regards
Alexander Henket
le
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,029 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,030 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,033 [AWT-EventQueue-0] INFO (Configuration.java
org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (Configuration.java
[configureValidation]:1490) - Add catalog uri
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,217 [AWT-EventQueue-0] INFO (GrammarPool.java
[<init>]:54) - Initializing GrammarPool.
2016-12-20 11:38:22,775 [Thread-3] INFO (XmlLibraryChecker.java
[check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java
[check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:22,916 [Thread-3] INFO (XmlLibraryChecker.java
[check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:22,918 [Thread-3] INFO (XmlLibraryChecker.java
[check]:189) - Using parser
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:22,919 [Thread-3] INFO (XmlLibraryChecker.java
[check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:22,920 [Thread-3] INFO (JettyStart.java [run]:133) -
Running with Java 1.8.0_111 [Oracle Corporation (Java HotSpot(TM) 64-Bit
Server VM) in /Library/Internet
Plug-Ins/JavaAppletPlugin.plugin/Contents/Home]
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:140) -
Running as user 'ahenket'
2016-12-20 11:38:22,921 [Thread-3] INFO (JettyStart.java [run]:141) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:142) -
[eXist Version : 3.0.RC2]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:143) -
[eXist Build : 20161215]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:144) - [Git
commit : develop-0770c87]
2016-12-20 11:38:22,922 [Thread-3] INFO (JettyStart.java [run]:146) -
[Operating System : Mac OS X 10.12.3 x86_64]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:147) -
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/log4j2.xml]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:148) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:149) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty]
2016-12-20 11:38:22,923 [Thread-3] INFO (JettyStart.java [run]:150) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/standard.enabled-jetty-configs]
2016-12-20 11:38:22,924 [Thread-3] INFO (Configuration.java [<init>]:175) -
Reading configuration from file
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,929 [Thread-3] INFO (Configuration.java
org.exist.security.GnuCryptoJceProviderStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.protocolhandler.URLStreamHandlerStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.extensions.exquery.restxq.impl.RestXqStartupTrigger
2016-12-20 11:38:22,930 [Thread-3] INFO (Configuration.java
org.exist.repo.AutoDeploymentTrigger
2016-12-20 11:38:22,931 [Thread-3] INFO (Configuration.java
[configureValidation]:1490) - Add catalog uri
file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/webapp//WEB-INF/catalog.xml
2016-12-20 11:38:22,931 [Thread-3] INFO (GrammarPool.java [<init>]:54) -
Initializing GrammarPool.
2016-12-20 11:38:22,932 [Thread-3] INFO (JettyStart.java [run]:159) -
Configuring eXist from
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/conf.xml
2016-12-20 11:38:22,946 [Thread-3] INFO (BrokerPool.java [<init>]:378) -
database instance 'exist' will wait 120.000 ms during shutdown
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:381) -
database instance 'exist' is enabled for recovery : true
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:386) -
database instance 'exist' will have between 1 and 20 brokers
2016-12-20 11:38:22,947 [Thread-3] INFO (BrokerPool.java [<init>]:390) -
database instance 'exist' will be synchronized every 120.000 ms
2016-12-20 11:38:22,958 [Thread-3] INFO (DefaultCacheManager.java
[<init>]:154) - Cache settings: 2.097.152k; totalPages: 524.288;
maxCacheSize: 471.859; cacheShrinkThreshold: 10.000
2016-12-20 11:38:22,982 [Thread-3] INFO (XQueryPool.java [configure]:126) -
QueryPool: size = 128; maxStackSize = 64; timeout = 120.000;
timeoutCheckInterval = 30.000
2016-12-20 11:38:22,996 [Thread-3] INFO (QuartzSchedulerImpl.java
[getQuartzProperties]:117) - Successfully loaded quartz.properties
2016-12-20 11:38:23,405 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.ngram.NGramIndex as ngram-index
2016-12-20 11:38:23,797 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.lucene.LuceneIndex as lucene-index
2016-12-20 11:38:23,799 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.sort.SortIndex as sort-index
2016-12-20 11:38:23,874 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.indexing.range.RangeIndex as range-index
2016-12-20 11:38:23,875 [Thread-3] INFO (IndexManager.java [initIndex]:118)
- Registered index org.exist.storage.structural.NativeStructuralIndex as
structural-index
2016-12-20 11:38:24,159 [Thread-3] INFO (SyncTask.java [configure]:73) -
Using DATA_DIR: /Users/ahenket/Library/Application Support/org.exist.
Minimal disk space required for database to continue operations: 128mb
2016-12-20 11:38:24,163 [Thread-3] INFO (SyncTask.java [configure]:76) -
/Users/ahenket/Library/Application Support/org.exist: 76149mb
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,323 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,329 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,334 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,341 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,344 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,347 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,351 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,355 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,358 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,361 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,364 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,365 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,372 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:510) - Could not insert configured object
2016-12-20 11:38:24,377 [Thread-3] ERROR (Configurator.java
[configureByCurrent]:557) - Field 'managers' must have
[manager], skipping instance creation.
2016-12-20 11:38:24,573 [Thread-3] INFO (NativeBroker.java [sync]:3675) -
Memory: 290.816K total; 7.456.768K max; 227.251K free
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620)
99%
2016-12-20 11:38:24,574 [Thread-3] INFO (DOMFile.java
[printStatistics]:1394) - dom.dbx DATA Buffers occupation : 24% (61 out of
256) Cache efficiency : 99%
2016-12-20 11:38:24,574 [Thread-3] INFO (BTree.java [printStatistics]:2620)
- collections.dbx INDEX Buffers occupation : 45% (29 out of 64) Cache
efficiency : 88%
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419)
- collections.dbx DATA Buffers occupation : 45% (29 out of 64) Cache
efficiency : 76%
2016-12-20 11:38:24,575 [Thread-3] INFO (BTree.java [printStatistics]:2620)
N/A
2016-12-20 11:38:24,575 [Thread-3] INFO (BFile.java [printStatistics]:419)
N/A
2016-12-20 11:38:24,607 [Thread-3] INFO
(GnuCryptoJceProviderStartupTrigger.java [execute]:46) - Registered JCE
Security Provider: gnu.crypto.jce.GnuCrypto
2016-12-20 11:38:24,608 [Thread-3] INFO
(URLStreamHandlerStartupTrigger.java [registerStreamHandlerFactory]:61) -
Successfully registered eXistURLStreamHandlerFactory.
2016-12-20 11:38:25,272 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty.xml]
2016-12-20 11:38:25,286 [Thread-3] INFO (Log.java [initialized]:186) -
2016-12-20 11:38:25,369 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-gzip.xml]
2016-12-20 11:38:25,414 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-http.xml]
2016-12-20 11:38:25,435 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jaas.xml]
2016-12-20 11:38:25,439 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-jmx.xml]
2016-12-20 11:38:25,470 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-requestlog.xml]
2016-12-20 11:38:25,480 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl.xml]
2016-12-20 11:38:25,489 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-ssl-context.xml]
2016-12-20 11:38:25,501 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-https.xml]
2016-12-20 11:38:25,505 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-deploy.xml]
2016-12-20 11:38:25,520 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-plus.xml]
2016-12-20 11:38:25,538 [Thread-3] INFO (JettyStart.java [run]:183) -
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/etc/jetty-annotations.xml]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java [startJetty]:445)
- [Starting jetty component : org.eclipse.jetty.server.Server]
2016-12-20 11:38:25,541 [Thread-3] INFO (JettyStart.java
[lifeCycleStarting]:593) - Jetty server starting...
2016-12-20 11:38:25,543 [Thread-3] INFO (Server.java [doStart]:345) -
jetty-9.3.9.v20160517
2016-12-20 11:38:25,563 [Thread-3] INFO (NCSARequestLog.java [doStart]:230)
- Opened
/Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/logs/2016_12_20.request.log
2016-12-20 11:38:25,573 [Thread-3] INFO (ScanningAppProvider.java
[doStart]:133) - Deployment monitor
[file:///Applications/eXist-db-3.0.RC2-develop-0770c87.app/Contents/Resources/eXist-db/tools/jetty/webapps/]
at interval 10
2016-12-20 11:38:25,728 [Thread-3] INFO (ContextHandler.java [doStart]:775)
- Started
2016-12-20 11:38:26,662 [Thread-3] INFO (AbstractExistHttpServlet.java
[getOrCreateBrokerPool]:100) - Database already started. Skipping
configuration ...
2016-12-20 11:38:26,663 [Thread-3] INFO (AbstractExistHttpServlet.java
[doGeneralExistServletConfig]:196) - Using default user guest for all
unauthorized requests.
2016-12-20 11:38:26,677 [Thread-3] INFO (XmlLibraryChecker.java
[check]:149) - Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.11.0
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java
[check]:171) - Looking for a valid Transformer...
Checking for Saxon, found version 9.6.0.7
OK!
2016-12-20 11:38:26,678 [Thread-3] INFO (XmlLibraryChecker.java
[check]:183) - Looking for a valid Resolver...
Checking for Resolver, found version XmlResolver 1.2
OK!
2016-12-20 11:38:26,681 [Thread-3] INFO (XmlLibraryChecker.java
[check]:189) - Using parser
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser
2016-12-20 11:38:26,682 [Thread-3] INFO (XmlLibraryChecker.java
[check]:190) - Using transformer net.sf.saxon.jaxp.IdentityTransformer
2016-12-20 11:38:26,682 [Thread-3] INFO (ContextHandler.java [doStart]:775)
- Started eXist-db Open Source Native XML Database
2016-12-20 11:38:26,729 [Thread-3] INFO (AbstractConnector.java
[doStart]:270) - Started
2016-12-20 11:38:26,905 [Thread-3] INFO (SslContextFactory.java
2016-12-20 11:38:27,005 [Thread-3] INFO (AbstractConnector.java
http/1.1]}{0.0.0.0:8443}
2016-12-20 11:38:27,006 [Thread-3] INFO (JettyStart.java
[lifeCycleStarted]:602) - Jetty server started.
2016-12-20 11:38:27,036 [Thread-3] INFO (JettyStart.java [run]:250) -
-----------------------------------------------------
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:251) -
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) -
http://192.168.178.84:8877/
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:253) -
https://192.168.178.84:8443/
2016-12-20 11:38:27,037 [Thread-3] INFO (JettyStart.java [run]:256) -
2016-12-20 11:38:27,038 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,041 [Thread-3] INFO (JettyStart.java [run]:278) -
/openid
2016-12-20 11:38:27,042 [Thread-3] INFO (JettyStart.java [run]:294) -
/oauth
2016-12-20 11:38:27,043 [Thread-3] INFO (JettyStart.java [run]:262) - /
2016-12-20 11:38:27,222 [Thread-3] INFO (JettyStart.java [run]:278) -
/openid
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:294) -
/oauth
2016-12-20 11:38:27,369 [Thread-3] INFO (JettyStart.java [run]:300) -
-----------------------------------------------------
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform
today.http://sdm.link/intel_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
--
Adam Retter
eXist Developer
{ United Kingdom }
irc://irc.freenode.net/existdb
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Exist-open mailing list
https://lists.sourceforge.net/lists/listinfo/exist-open
Loading...