Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Could not register entry point(Problems loading EntryPoint in RAP 1.3M5)
Could not register entry point [message #517179] Fri, 26 February 2010 14:13 Go to next message
Martijn Cremer is currently offline Martijn CremerFriend
Messages: 77
Registered: January 2010
Location: Breda
Member

Good day,

I had a working RAP application that I single sourced with an RCP application. Because I started from RAP 1.3M4 I still work with an entry point. And becouse I have my login for the RAP envyroment trough the entyr point I want to maintain it. It all worked quite well till I started this morning and when I want 2 run the Aplication in the Internal frame work of the Eclipse IDE I get the folowing error:

!ENTRY benl.smartapps.smartfleet.mail 4 0 2010-02-26 15:01:52.997
!MESSAGE Could not register entry point 'benl.smartapps.internal.EntryPoint' with request startup parameter 'benl.smartapps.smartfleet.entrypoint'.
!STACK 0

java.lang.ClassNotFoundException: benl.smartapps.smartfleet.rap.mail.internal.EntryPoint
	at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:460)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:104)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1192)
	at org.eclipse.rap.ui.internal.servlet.EngineConfigWrapper.registerWorkbenchEntryPoint(EngineConfigWrapper.java:217)
	at org.eclipse.rap.ui.internal.servlet.EngineConfigWrapper.<init>(EngineConfigWrapper.java:81)
	at org.eclipse.rap.ui.internal.servlet.RequestHandler.init(RequestHandler.java:39)
	at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(ServletRegistration.java:49)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServlet(ProxyServlet.java:176)
	at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerServlet(HttpServiceImpl.java:66)
	at org.eclipse.rap.ui.internal.servlet.HttpServiceTracker.addingService(HttpServiceTracker.java:52)
	at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:896)
	at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:261)
	at org.osgi.util.tracker.AbstractTracked.track(AbstractTracked.java:233)
	at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:840)
	at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:933)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:149)
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:756)
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:711)
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:129)
	at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:206)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:507)
	at org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:80)
	at org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:59)
	at org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:40)
	at org.eclipse.equinox.http.jetty.internal.HttpServerManager$InternalHttpServiceServlet.init(HttpServerManager.java:295)
	at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431)
	at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:667)
	at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
	at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
	at org.mortbay.jetty.Server.doStart(Server.java:222)
	at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
	at org.eclipse.equinox.http.jetty.internal.HttpServerManager.updated(HttpServerManager.java:109)
	at org.eclipse.equinox.http.jetty.internal.Activator.start(Activator.java:60)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:369)
	at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1069)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:554)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:461)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:246)
	at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:442)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
	at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
2010-02-26 15:01:53.839::INFO:  Started SelectChannelConnector@0.0.0.0:62067
Exicuting the Activator for Contracts
Callint getContractRepository

2010-02-26 15:02:49.965::WARN:  ERROR:  /smartfleet
java.lang.IllegalArgumentException: An entry point named 'benl.smartapps.smartfleet.entrypoint' does not exist.
	at org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:77)
	at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:253)
	at org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:117)
	at java.lang.Thread.run(Unknown Source)
	at org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:80)


Now what is nagging me is that I didn't change any thing. Any ideas what could cause this problem. Some help would be welcome.


hm. I've lost a machine.. literally _lost_. it responds to ping, it works completely, I just can't figure out where in my apartment it is.

[Updated on: Fri, 26 February 2010 14:15]

Report message to a moderator

Re: Could not register entry point [message #517314 is a reply to message #517179] Fri, 26 February 2010 22:10 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Martijn,

just a wild guess - check your entry point definition (class name) in
plugin.xml - it is case sensitive.

HTH,
Ivan

On 2/26/2010 4:13 PM, Martijn Cremer wrote:
> Good day,
>
> I had a working RAP application that I single sourced with an RCP
> application. Because I started from RAP 1.3M4 I still work with an
> entry point. And becouse I have my login for the RAP envyroment trough
> the entyr point I want to maintain it. It all worked quite well till I
> started this morning and when I want 2 run the Aplication in the
> Internal frame work of the Eclipse IDE I get the folowing error:
>
> !ENTRY benl.smartapps.smartfleet.mail 4 0 2010-02-26 15:01:52.997
> !MESSAGE Could not register entry point
> 'benl.smartapps.internal.EntryPoint' with request startup parameter
> 'benl.smartapps.smartfleet.entrypoint'.
> !STACK 0
>
> java.lang.ClassNotFoundException:
> benl.smartapps.smartfleet.rap.mail.internal.EntryPoint
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClassInter nal(BundleLoader.java:460)
>
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:422)
>
> at
> org.eclipse.osgi.internal.loader.BundleLoader.findClass(Bund leLoader.java:410)
>
> at
> org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:104)
>
> at java.lang.ClassLoader.loadClass(Unknown Source)
> at
> org.eclipse.osgi.internal.loader.BundleLoader.loadClass(Bund leLoader.java:338)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:232)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.load Class(AbstractBundle.java:1192)
>
> at
> org.eclipse.rap.ui.internal.servlet.EngineConfigWrapper.regi sterWorkbenchEntryPoint(EngineConfigWrapper.java:217)
>
> at
> org.eclipse.rap.ui.internal.servlet.EngineConfigWrapper.<init >(EngineConfigWrapper.java:81)
>
> at
> org.eclipse.rap.ui.internal.servlet.RequestHandler.init(Requ estHandler.java:39)
>
> at
> org.eclipse.equinox.http.servlet.internal.ServletRegistratio n.init(ServletRegistration.java:49)
>
> at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.regis terServlet(ProxyServlet.java:176)
>
> at
> org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.re gisterServlet(HttpServiceImpl.java:66)
>
> at
> org.eclipse.rap.ui.internal.servlet.HttpServiceTracker.addin gService(HttpServiceTracker.java:52)
>
> at
> org.osgi.util.tracker.ServiceTracker$Tracked.customizerAddin g(ServiceTracker.java:896)
>
> at
> org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTr acked.java:261)
>
> at
> org.osgi.util.tracker.AbstractTracked.track(AbstractTracked. java:233)
> at
> org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged( ServiceTracker.java:840)
>
> at
> org.eclipse.osgi.internal.serviceregistry.FilteredServiceLis tener.serviceChanged(FilteredServiceListener.java:104)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.d ispatchEvent(BundleContextImpl.java:933)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:227)
>
> at
> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEv entSynchronous(ListenerQueue.java:149)
>
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.pu blishServiceEventPrivileged(ServiceRegistry.java:756)
>
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.pu blishServiceEvent(ServiceRegistry.java:711)
>
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistratio nImpl.register(ServiceRegistrationImpl.java:129)
>
> at
> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.re gisterService(ServiceRegistry.java:206)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.r egisterService(BundleContextImpl.java:507)
>
> at
> org.eclipse.equinox.http.servlet.internal.Activator.register HttpService(Activator.java:80)
>
> at
> org.eclipse.equinox.http.servlet.internal.Activator.addProxy Servlet(Activator.java:59)
>
> at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.init( ProxyServlet.java:40)
>
> at
> org.eclipse.equinox.http.jetty.internal.HttpServerManager$In ternalHttpServiceServlet.init(HttpServerManager.java:295)
>
> at
> org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletH older.java:431)
>
> at
> org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolde r.java:263)
> at
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCy cle.java:50)
> at
> org.mortbay.jetty.servlet.ServletHandler.initialize(ServletH andler.java:667)
>
> at org.mortbay.jetty.servlet.Context.startContext(Context.java: 140)
> at
> org.mortbay.jetty.handler.ContextHandler.doStart(ContextHand ler.java:517)
> at
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCy cle.java:50)
> at
> org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrap per.java:130)
> at org.mortbay.jetty.Server.doStart(Server.java:222)
> at
> org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCy cle.java:50)
> at
> org.eclipse.equinox.http.jetty.internal.HttpServerManager.up dated(HttpServerManager.java:109)
>
> at
> org.eclipse.equinox.http.jetty.internal.Activator.start(Acti vator.java:60)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl$1 .run(BundleContextImpl.java:783)
>
> at java.security.AccessController.doPrivileged(Native Method)
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:774)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:755)
>
> at
> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:370)
>
> at
> org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:369)
>
> at
> org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1069)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:554)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:461)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:246)
>
> at
> org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:442)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:227)
>
> at
> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:337)
>
> 2010-02-26 15:01:53.839::INFO: Started
> SelectChannelConnector@0.0.0.0:62067
> Exicuting the Activator for Contracts
> Callint getContractRepository
> 2010-02-26 15:02:49.965::WARN: ERROR: /smartfleet
> java.lang.IllegalArgumentException: An entry point named
> 'benl.smartapps.smartfleet.entrypoint' does not exist.
> at
> org.eclipse.rwt.internal.lifecycle.EntryPointManager.createU I(EntryPointManager.java:77)
>
> at
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWT LifeCycle.java:253)
>
> at
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadCont roller.run(RWTLifeCycle.java:117)
>
> at java.lang.Thread.run(Unknown Source)
> at org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.jav a:80)
>
> Now what is nagging me is that I didn't change any thing. Any ideas
> what could cause this problem. Some help would be welcome.
Re: Could not register entry point [message #521648 is a reply to message #517179] Thu, 18 March 2010 12:13 Go to previous message
LuisCM is currently offline LuisCMFriend
Messages: 7
Registered: July 2009
Location: Brazil
Junior Member

Dear friend

You could order the project to me I to see that she is made a mistake.
Or if to prefer orders link to me, I to make download.
To order send you the email tcljava@gmail.com or luis@tclsoftware.com.br

Regards,


Luís Carlos Moreira da Costa
Eclipse RAP, RCP, GMF, OSGI, Spring-DM and Pentaho Developer
Regional Communities/Brazil
http://wiki.eclipse.org/Regional_Communities/Brazil
Java, write once, run everywhere™
Previous Topic:qx.ui.form.TextArea in 1.3M5
Next Topic:How other plugins add views to perspective
Goto Forum:
  


Current Time: Thu Apr 25 02:02:05 GMT 2024

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

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

Back to the top