Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 431520

Summary: [server] Invalid server configuration. Failed to initialize a metadata store
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: ServerAssignee: Project Inbox <orion.server-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 6.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2014-03-28 13:56:59 EDT
There is an error message on a server with DEBUG turned on in the logback.xml. Not sure what it means, everything says it loaded fine several debug lines down. This needs investigation:

2014-03-28 13:49:39.222 [Worker-0] DEBUG org.eclipse.orion.server.config - Invalid server configuration. Failed to initialize a metadata store
java.lang.IllegalStateException: Invalid server configuration. Failed to initialize a metadata store
	at org.eclipse.orion.internal.server.core.Activator.getMetastore(Activator.java:96) ~[org.eclipse.orion.server.core_1.0.0.v20140328-1714.jar:na]
	at org.eclipse.orion.server.core.OrionConfiguration.getMetaStore(OrionConfiguration.java:38) [org.eclipse.orion.server.core_1.0.0.v20140328-1714.jar:na]
	at org.eclipse.orion.internal.server.search.Indexer.run(Indexer.java:321) [org.eclipse.orion.server.search_1.0.0.v20140328-1714.jar:na]
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) [org.eclipse.core.jobs_3.6.0.v20140303-1513.jar:na]
2014-03-28 13:49:39.236 [Start Level: Equinox Container: a0ccd552-a1b6-0013-1626-ba86a7143c04] DEBUG org.eclipse.orion.server.config - Loaded simple metadata store.
2014-03-28 13:49:39.306 [Start Level: Equinox Container: a0ccd552-a1b6-0013-1626-ba86a7143c04] INFO  org.eclipse.orion.server.config - Initializing server metadata store
2014-03-28 13:49:39.307 [Start Level: Equinox Container: a0ccd552-a1b6-0013-1626-ba86a7143c04] DEBUG org.eclipse.orion.server.config - Found metastore service: {org.eclipse.orion.server.core.metastore.IMetaStore}={service.id=50, service.bundleid=95, service.scope=singleton}
2014-03-28 13:49:39.317 [Start Level: Equinox Container: a0ccd552-a1b6-0013-1626-ba86a7143c04] DEBUG org.eclipse.orion.server.config - Started simple user credentials service.
2014-03-28 13:49:39.318 [Start Level: Equinox Container: a0ccd552-a1b6-0013-1626-ba86a7143c04] DEBUG org.eclipse.orion.server.config - Started simple user profile service.
2014-03-28 13:49:39.339 [Start Level: Equinox Container: a0ccd552-a1b6-0013-1626-ba86a7143c04] DEBUG org.eclipse.orion.server.config - Started simple user profile service.
Comment 1 Anthony Hunter CLA 2015-03-05 10:57:06 EST
I have not seen this issue again.