Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ApplicationConfiguration is not called anymore, after adding new dependencies and plugins
ApplicationConfiguration is not called anymore, after adding new dependencies and plugins [message #1764657] Thu, 01 June 2017 08:32 Go to next message
Mehmet Karaman is currently offline Mehmet KaramanFriend
Messages: 63
Registered: November 2012
Location: Berlin
Member
Hello,

i am new to RAP, i'Ve started with the implementation of an RAP application with the simple hello world example. I've done simple changes in the UI and added CDO Dependencies and could load some information from the repository. Until this point everything worked correctly.

My next step was adding some plugins as dependency to my RAP project from RCP context and my ApplicationConfiguration wasn't called anymore.

So the URL http://127.0.0.1:63069/hello doesn't work, browser reports the error 404

The transitive dependend plugins, which are included in launch configuration:
com.google.guava
com.google.inject
com.ibm.icu.base
javax.inject
javax.servlet
javax.xml
org.antlr.runtime
org.apache.ant
org.apache.commons.cli
org.apache.commons.io
org.apache.commons.lang
org.apache.commons.logging
org.apache.felix.gogo.command
org.apache.felix.gogo.runtime
org.apache.felix.gogo.shell
org.apache.log4j
org.eclipse.core.commands
org.eclipse.core.contenttype
org.eclipse.core.expressions
org.eclipse.core.filesystem
org.eclipse.core.jobs
org.eclipse.core.resources
org.eclipse.core.runtime
org.eclipse.core.variables
org.eclipse.debug.core
org.eclipse.emf.cdo.common
org.eclipse.emf.cdo.net4j
org.eclipse.emf.cdo
org.eclipse.emf.codegen.ecore
org.eclipse.emf.codegen
org.eclipse.emf.common
org.eclipse.emf.ecore.change
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore
org.eclipse.emf.mwe.core
org.eclipse.emf.mwe.utils
org.eclipse.emf.mwe2.lib
org.eclipse.emf.mwe2.runtime
org.eclipse.equinox.app
org.eclipse.equinox.common
org.eclipse.equinox.console
org.eclipse.equinox.ds
org.eclipse.equinox.http.jetty
org.eclipse.equinox.http.servlet
org.eclipse.equinox.preferences
org.eclipse.equinox.registry
org.eclipse.equinox.util
org.eclipse.jdt.core
org.eclipse.jdt.debug
org.eclipse.jdt.launching
org.eclipse.jetty.continuation
org.eclipse.jetty.http
org.eclipse.jetty.io
org.eclipse.jetty.security
org.eclipse.jetty.server
org.eclipse.jetty.servlet
org.eclipse.jetty.util
org.eclipse.mylyn.wikitext.core
org.eclipse.mylyn.wikitext.mediawiki.core
org.eclipse.net4j.tcp
org.eclipse.net4j.util
org.eclipse.net4j
org.eclipse.osgi.services
org.eclipse.osgi
org.eclipse.rap.jface
org.eclipse.rap.rwt.osgi
org.eclipse.rap.rwt
org.eclipse.text
org.jsoup


The console output doesn't contain any errors, the full output is listed below.

osgi> 2017-06-01 09:53:39.402:INFO::Start Level: Equinox Container: 14861fd1-2b2f-4f2c-9e3e-10647594607b: Logging initialized @3213ms
2017-06-01 09:53:39.639:INFO:oejs.Server:Start Level: Equinox Container: 14861fd1-2b2f-4f2c-9e3e-10647594607b: jetty-9.3.9.v20160517
2017-06-01 09:53:39.714:INFO:oejsh.ContextHandler:Start Level: Equinox Container: 14861fd1-2b2f-4f2c-9e3e-10647594607b: Started o.e.j.s.ServletContextHandler@5af04819{/,null,AVAILABLE}
2017-06-01 09:53:39.747:INFO:oejs.AbstractConnector:Start Level: Equinox Container: 14861fd1-2b2f-4f2c-9e3e-10647594607b: Started ServerConnector@2f79cb2b{HTTP/1.1,[http/1.1]}{0.0.0.0:63069}
2017-06-01 09:53:39.748:INFO:oejs.Server:Start Level: Equinox Container: 14861fd1-2b2f-4f2c-9e3e-10647594607b: Started @3559ms



What could be the problem? Thanks in advance.

Best regards
Mehmet Karaman

[Updated on: Thu, 01 June 2017 08:33]

Report message to a moderator

Re: ApplicationConfiguration is not called anymore, after adding new dependencies and plugins [message #1766144 is a reply to message #1764657] Fri, 16 June 2017 12:37 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
some EMF or Mylyn plugins could not be compatible or you are missing some dependencies. Type "ss" command in the OSGi console to list the status of all plugins. If everything is OK most (almost all) must be in ACTIVE state. For non active plugins you can execute "diag <plugin number>" OSGi command to see the reason why they are not active.
HTH,
Ivan
Previous Topic:Is it legal to call RemoteObject.call() inside setTimeout()
Next Topic:High usage of memory and final CPU collapse
Goto Forum:
  


Current Time: Thu Apr 18 00:21:53 GMT 2024

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

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

Back to the top