Home » Archived » Orion (Archived) » Problems starting Orion (using the source code setup)
Problems starting Orion (using the source code setup) [message #1144173] |
Fri, 18 October 2013 13:58  |
Eclipse User |
|
|
|
Hello,
I have downloaded the source code for Orion and followed the corresponding guide (http://wiki.eclipse.org/Orion/Getting_the_source).
However, the server doesn't seem to start correctly (i.e. fully initialized). I am able to create an account and login, but the menu only shows "Git Repositories, Project, Shell". And the user menu (at the right on the header bar) only shows "Keyboard Shortcuts, Sign Out".
Do you have any hints on what's wrong with my setup? Or some suggestions on how I could debug this?
Here is the server log at startup:
osgi> SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [bundleresource://103.fwk1957792108:1/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [bundleresource://103.fwk1957792108:2/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
19:55:19,502 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
19:55:19,502 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
19:55:19,502 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [bundleresource://2.fwk1957792108:1/logback.xml]
19:55:19,526 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@6509dc6 - URL [bundleresource://2.fwk1957792108:1/logback.xml] is not of type file
19:55:19,541 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
19:55:19,542 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
19:55:19,556 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@16a63567 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
19:55:19,556 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
19:55:19,556 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
19:55:19,558 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
19:55:19,591 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
19:55:19,591 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
19:55:19,591 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
19:55:19,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.login] to INFO
19:55:19,592 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@16a63567 - Propagating INFO level on Logger[org.eclipse.orion.server.login] onto the JUL framework
19:55:19,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.account] to INFO
19:55:19,592 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@16a63567 - Propagating INFO level on Logger[org.eclipse.orion.server.account] onto the JUL framework
19:55:19,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.openid4java] to WARN
19:55:19,592 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@16a63567 - Propagating WARN level on Logger[org.openid4java] onto the JUL framework
19:55:19,592 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.config] to INFO
19:55:19,592 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@16a63567 - Propagating INFO level on Logger[org.eclipse.orion.server.config] onto the JUL framework
19:55:19,592 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
19:55:19,592 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@16a63567 - Propagating WARN level on Logger[ROOT] onto the JUL framework
19:55:19,592 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
19:55:19,593 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
19:55:19,593 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@79fc08ce - Registering current configuration as safe fallback point
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
2013-10-18 19:55:19.662 [Start Level Event Dispatcher] INFO org.eclipse.orion.server.config - Server configuration file loaded from: D:\data\java_work\git_repo_fp_orion.client\bundles\org.eclipse.orion.client.core\web-ide.conf
2013-10-18 19:55:20.339 [Worker-0] INFO org.eclipse.orion.server.config - Initializing server metadata store
Thank you in advance for your help!
Best regards,
Cristian.
|
|
| | |
Re: Problems starting Orion (using the source code setup) [message #1148555 is a reply to message #1145671] |
Mon, 21 October 2013 11:42  |
Eclipse User |
|
|
|
Cristian Mising name wrote on Sat, 19 October 2013 14:00Thank you.
I notice in the status bar, left side: @buildLabel@. I think this is normal, as I am running directly from the IDE (and not as a result of the build script); right?
Yes this is normal when running Orion from source.
Cristian, it sounds like you ran into a case of stale localStorage (which Orion uses for persisting some data, including the menu links). If this happens again, Clear Private Data (which all items checked, and time range set to Everything) is the most reliable way of fixing it.
|
|
|
Goto Forum:
Current Time: Thu May 15 10:15:23 EDT 2025
Powered by FUDForum. Page generated in 0.07272 seconds
|