Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 232708 Details for
Bug 411533
Metastore stacktrace is harmless and should be logged at DEBUG level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix
patch.txt (text/plain), 1.25 KB, created by
John Arthorne
on 2013-06-24 15:23:07 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
John Arthorne
Created:
2013-06-24 15:23:07 EDT
Size:
1.25 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.server.core/src/org/eclipse/orion/internal/server/core/Activator.java b/bundles/org.eclipse.orion.server.core/src/org/eclipse/orion/internal/server/core/Activator.java >index fdbfeab..1adaff0 100644 >--- a/bundles/org.eclipse.orion.server.core/src/org/eclipse/orion/internal/server/core/Activator.java >+++ b/bundles/org.eclipse.orion.server.core/src/org/eclipse/orion/internal/server/core/Activator.java >@@ -87,14 +87,14 @@ public class Activator implements BundleActivator { > } > if (services.size() == 1) { > metastoreServiceReference = services.iterator().next(); >- logger.info("Found metastore service: " + metastoreServiceReference); //$NON-NLS-1$ >+ logger.debug("Found metastore service: " + metastoreServiceReference); //$NON-NLS-1$ > metastore = bundleContext.getService(metastoreServiceReference); > } > if (metastore == null) { > //if we still don't have a store then something is wrong with server configuration > final String msg = "Invalid server configuration. Failed to initialize a metadata store"; //$NON-NLS-1$ > final IllegalStateException failure = new IllegalStateException(msg); >- logger.info(msg, failure); >+ logger.debug(msg, failure); > throw failure; > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 411533
: 232708