Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Orion (Archived) » Starting orion(Unable to start orion on linux)
Starting orion [message #1693417] Fri, 24 April 2015 04:42 Go to next message
Manish Shukla is currently offline Manish ShuklaFriend
Messages: 2
Registered: April 2015
Junior Member
Hi,
I downloaded eclipse-orion-8.0-linux.gtk.x86_64.zip and unzipped it in a folder in my linux box.
When I tried to run it, it is stopping at osgi prompt as below:

[mshukla@sdsvm910086 eclipse]$ ./orion
21:39:51,586 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
21:39:51,586 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
21:39:51,586 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [bundleresource://2.fwk608528759:1/logback.xml]
21:39:51,599 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@47c988f - URL [bundleresource://2.fwk608528759:1/logback.xml] is not of type file
21:39:51,622 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
21:39:51,623 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Adding LoggerContextListener of type [ch.qos.logback.classic.jul.LevelChangePropagator] to the object stack
21:39:51,646 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@1003d696 - Propagating DEBUG level on Logger[ROOT] onto the JUL framework
21:39:51,646 |-INFO in ch.qos.logback.classic.joran.action.LoggerContextListenerAction - Starting LoggerContextListener
21:39:51,646 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
21:39:51,648 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
21:39:51,699 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
21:39:51,699 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
21:39:51,699 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
21:39:51,699 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.internal.server.search.Indexer] to INFO
21:39:51,699 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@1003d696 - Propagating INFO level on Logger[org.eclipse.orion.internal.server.search.Indexer] onto the JUL framework
21:39:51,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.login] to INFO
21:39:51,700 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@1003d696 - Propagating INFO level on Logger[org.eclipse.orion.server.login] onto the JUL framework
21:39:51,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.account] to INFO
21:39:51,700 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@1003d696 - Propagating INFO level on Logger[org.eclipse.orion.server.account] onto the JUL framework
21:39:51,700 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.orion.server.config] to INFO
21:39:51,700 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@1003d696 - Propagating INFO level on Logger[org.eclipse.orion.server.config] onto the JUL framework
21:39:51,700 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to WARN
21:39:51,700 |-INFO in ch.qos.logback.classic.jul.LevelChangePropagator@1003d696 - Propagating WARN level on Logger[ROOT] onto the JUL framework
21:39:51,700 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
21:39:51,700 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
21:39:51,701 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@6bfd1a10 - Registering current configuration as safe fallback point

2015-04-23 21:39:51.707 [Component Resolve Thread (Bundle 36)] INFO org.eclipse.orion.server.config - No server configuration file found at: /home/mshukla/eclipse/orion.conf
2015-04-23 21:39:51.714 [Component Resolve Thread (Bundle 36)] INFO org.eclipse.orion.server.config - No server configuration file found at: /home/mshukla/eclipse/serverworkspace/orion.conf
2015-04-23 21:39:51.736 [Component Resolve Thread (Bundle 36)] INFO org.eclipse.orion.server.config - Loaded simple metadata store (version Cool.
2015-04-23 21:39:51.745 [Component Resolve Thread (Bundle 36)] WARN org.eclipse.orion.server.config - No MQTT message broker specified in the orion.conf with orion.events.uri
osgi> exit
Really want to stop Equinox? (y/n; default=y) y

[mshukla@sdsvm910086 eclipse]$

Can someone please help me to figure out what happened.
I tired to start it as root , also as eclipse/orion etc , but did start
Thank you
Manish
Re: Starting orion [message #1693540 is a reply to message #1693417] Fri, 24 April 2015 21:24 Go to previous messageGo to next message
Mark Macdonald is currently offline Mark MacdonaldFriend
Messages: 35
Registered: July 2009
Member
I don't see any error messages here. The osgi> prompt is normal: when you see it, the server should be up and running.

Did you try loading a page at http://localhost:8080 after the osgi prompt appears? This will indicate whether the server is working.
Re: Starting orion [message #1693541 is a reply to message #1693540] Fri, 24 April 2015 21:27 Go to previous message
Manish Shukla is currently offline Manish ShuklaFriend
Messages: 2
Registered: April 2015
Junior Member
Hi Mark,
Yes I tried and it worked too. FOrgot to update it here.
Actually I did not know that osgi prompt is normal.
Thank you for help
Manish
Previous Topic:Eclipse Orion with JAX-RS Connector
Next Topic:How to add "pre-installed" plugins?
Goto Forum:
  


Current Time: Thu Apr 25 10:58:32 GMT 2024

Powered by FUDForum. Page generated in 0.03919 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top