Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » An entry point named 'default' does not exist.
An entry point named 'default' does not exist. [message #60196] Fri, 16 November 2007 14:27 Go to next message
Steffen Peil is currently offline Steffen PeilFriend
Messages: 6
Registered: July 2009
Junior Member
sgi> 15:22:38,703 ERROR [[equinoxbridgeservlet]] Servlet.service() for servlet
equinoxbridgeservlet threw exception
java.lang.IllegalArgumentException: An entry point named 'default' does
not exist.
at
org.eclipse.rwt.internal.lifecycle.EntryPointManager.createU I(EntryPointManager.java:80)
at
org.eclipse.rwt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoot.java:36)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.executePhase (RWTLifeCycle.java:126)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.execute(RWTL ifeCycle.java:88)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler$1.r un(LifeCycleServiceHandler.java:59)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.int ernalService(LifeCycleServiceHandler.java:178)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.acc ess$1(LifeCycleServiceHandler.java:170)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler$Lif eCycleServiceHandlerSync.doService(LifeCycleServiceHandler.j ava:135)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.serviceInternal(RWTLifeCycleServiceHandlerSync.java:82 )
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.access$0(RWTLifeCycleServiceHandlerSync.java:48)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync$1.service(RWTLifeCycleServiceHandlerSync.java:43)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleBlockControl$ ServiceHandlerProcessor.run(RWTLifeCycleBlockControl.java:68 )
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleThreadPool$Po olRunnable.run(RWTLifeCycleThreadPool.java:38)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleThreadPool$Po olWorker.run(RWTLifeCycleThreadPool.java:66)


What's wrong? This is only a copy of the rapdemo-project from cvs which
have the same error when starting from my jboss server. Out of Eclipse
with the "OSGi Framework Launcher" everythink is fine!

Greetz an thank's for help,

Steffen
Re: An entry point named 'default' does not exist. [message #60268 is a reply to message #60196] Mon, 19 November 2007 08:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: benjamin.wolff.web.de

how do you deploy the demo app and how does your config.ini in the
configuration folder look like?
Re: An entry point named 'default' does not exist. [message #60293 is a reply to message #60196] Mon, 19 November 2007 08:52 Go to previous messageGo to next message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
When using a Bundle-Activator this (misleading) error is displayed if
any exception within the starup-method is thrown. I filed a bug on this:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=210235
Re: An entry point named 'default' does not exist. [message #60317 is a reply to message #60268] Mon, 19 November 2007 09:17 Go to previous messageGo to next message
Steffen Peil is currently offline Steffen PeilFriend
Messages: 6
Registered: July 2009
Junior Member
I have deployed my WAR File on JBOSS4.0.5 Tomcat. Out of Eclipse the demo
work fine!

That's my config.ini:

#Eclipse Runtime Configuration File
osgi.bundles=org.eclipse.core.commands_3.3.0.I20070605-0010.jar@start,
org.eclipse.core.contenttype_3.2.100.v20070319.jar@start,
org.eclipse.core.expressions_3.3.0.v20070606-0010.jar@start,
org.eclipse.core.jobs_3.3.0.v20070423.jar@start,
org.eclipse.core.runtime_3.3.100.v20070530.jar@start,
org.eclipse.equinox.app_1.0.0.v20070606.jar@start,
org.eclipse.equinox.common_3.3.0.v20070426.jar@2:start,
org.eclipse.equinox.http.registry_1.0.0.20071010-2241.jar@start,
org.eclipse.equinox.http.servletbridge_1.0.0.200711190829.ja r @start,
org.eclipse.equinox.http.servlet_1.0.0.20071010-2241.jar@start,
org.eclipse.equinox.preferences_3.2.100.v20070522.jar@start,
org.eclipse.equinox.registry_3.3.0.v20070522.jar@start,
org.eclipse.osgi.services_3.1.200.v20070605.jar@start,
org.eclipse.rap.demo_1.0.1.jar@start,
org.eclipse.rap.jface_1.0.0.20071010-2241.jar@start,
org.eclipse.rap.rwt_1.0.0.20071010-2241.jar@start,
org.eclipse.rap.ui.workbench_1.0.0.20071010-2241.jar@start,
org.eclipse.rap.ui_1.0.0.20071010-2241.jar@start,
org.eclipse.update.configurator_3.2.200.200711190829.jar@start
osgi.bundles.defaultStartLevel=4
Re: An entry point named 'default' does not exist. [message #60341 is a reply to message #60317] Mon, 19 November 2007 11:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

could you please add the OSGi console log file, to see whether anything went
wrong on bundle activation? (The log file is located in the workspace
directory of you OSGi instance, which is located in the work directory of
the application context...)


Ciao
Frank

"Steffen" <steffen.peil@we4it.com> schrieb im Newsbeitrag
news:c0f0741ca5ef7dd53eff144dbadd2011$1@www.eclipse.org...
>I have deployed my WAR File on JBOSS4.0.5 Tomcat. Out of Eclipse the demo
>work fine!
>
> That's my config.ini:
>
> #Eclipse Runtime Configuration File
> osgi.bundles=org.eclipse.core.commands_3.3.0.I20070605-0010.jar@start,
> org.eclipse.core.contenttype_3.2.100.v20070319.jar@start,
> org.eclipse.core.expressions_3.3.0.v20070606-0010.jar@start,
> org.eclipse.core.jobs_3.3.0.v20070423.jar@start,
> org.eclipse.core.runtime_3.3.100.v20070530.jar@start,
> org.eclipse.equinox.app_1.0.0.v20070606.jar@start,
> org.eclipse.equinox.common_3.3.0.v20070426.jar@2:start,
> org.eclipse.equinox.http.registry_1.0.0.20071010-2241.jar@start,
> org.eclipse.equinox.http.servletbridge_1.0.0.200711190829.ja r @start,
> org.eclipse.equinox.http.servlet_1.0.0.20071010-2241.jar@start,
> org.eclipse.equinox.preferences_3.2.100.v20070522.jar@start,
> org.eclipse.equinox.registry_3.3.0.v20070522.jar@start,
> org.eclipse.osgi.services_3.1.200.v20070605.jar@start,
> org.eclipse.rap.demo_1.0.1.jar@start,
> org.eclipse.rap.jface_1.0.0.20071010-2241.jar@start,
> org.eclipse.rap.rwt_1.0.0.20071010-2241.jar@start,
> org.eclipse.rap.ui.workbench_1.0.0.20071010-2241.jar@start,
> org.eclipse.rap.ui_1.0.0.20071010-2241.jar@start,
> org.eclipse.update.configurator_3.2.200.200711190829.jar@start
> osgi.bundles.defaultStartLevel=4
>
>
Re: An entry point named 'default' does not exist. [message #61486 is a reply to message #60341] Wed, 21 November 2007 11:16 Go to previous messageGo to next message
Steffen Peil is currently offline Steffen PeilFriend
Messages: 6
Registered: July 2009
Junior Member
I hope it's the correct Log-File.

2007-11-21 12:05:59,465 INFO [org.jboss.system.server.Server] JBoss (MX
MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)]
Started in 19s:922ms
2007-11-21 12:09:43,996 INFO [STDOUT] Framework is launched.
2007-11-21 12:09:43,996 INFO [STDOUT] id
2007-11-21 12:09:43,996 INFO [STDOUT]
2007-11-21 12:09:43,996 INFO [STDOUT] State Bundle
2007-11-21 12:09:43,996 INFO [STDOUT] 0 ACTIVE
system.bundle_3.2.2.R32x_v20070118
2007-11-21 12:09:43,996 INFO [STDOUT] Fragments=
2007-11-21 12:09:43,996 INFO [STDOUT] 32
2007-11-21 12:09:43,996 INFO [STDOUT] 1 ACTIVE
org.eclipse.core.commands_3.2.0.I20060605-1400
2007-11-21 12:09:43,996 INFO [STDOUT] 2 ACTIVE
org.eclipse.core.contenttype_3.2.0.v20060603
2007-11-21 12:09:43,996 INFO [STDOUT] 3 ACTIVE
org.eclipse.core.jobs_3.2.0.v20060603
2007-11-21 12:09:43,996 INFO [STDOUT] 4 ACTIVE
org.eclipse.core.runtime_3.2.0.v20060603
2007-11-21 12:09:43,996 INFO [STDOUT] 5 ACTIVE
org.eclipse.equinox.common_3.2.0.v20060603
2007-11-21 12:09:43,996 INFO [STDOUT] 6 ACTIVE
org.eclipse.equinox.http.registry_1.0.0.200705071244
2007-11-21 12:09:43,996 INFO [STDOUT] 7 ACTIVE
org.eclipse.equinox.http.servletbridge_1.0.0.200705071244
2007-11-21 12:09:43,996 INFO [STDOUT] 8 ACTIVE
org.eclipse.equinox.http.servlet_1.0.0.200705071244
2007-11-21 12:09:43,996 INFO [STDOUT] 9 ACTIVE
org.eclipse.equinox.preferences_3.2.1.R32x_v20060717
2007-11-21 12:09:43,996 INFO [STDOUT] 10 ACTIVE
org.eclipse.equinox.registry_3.2.1.R32x_v20060814
2007-11-21 12:09:43,996 INFO [STDOUT] 11 ACTIVE
org.eclipse.osgi.services_3.1.100.v20060601
2007-11-21 12:09:43,996 INFO [STDOUT] 12 ACTIVE
com.we4it.seminar.web_1.0.0
2007-11-21 12:09:43,996 INFO [STDOUT] 13 ACTIVE
org.eclipse.rap.ui_1.0.0.20071010-2241
2007-11-21 12:09:43,996 INFO [STDOUT] 14 ACTIVE
org.eclipse.core.expressions_3.3.0.v20070606-0010
2007-11-21 12:09:43,996 INFO [STDOUT] 15 ACTIVE
org.eclipse.rap.jface_1.0.0.200705071244
2007-11-21 12:09:43,996 INFO [STDOUT] 16 ACTIVE
org.eclipse.rap.rwt_1.0.0.200705071244
2007-11-21 12:09:43,996 INFO [STDOUT] 17 ACTIVE
org.eclipse.rap.ui.workbench_1.0.0.200705071244
2007-11-21 12:09:43,996 INFO [STDOUT] 18 ACTIVE
org.eclipse.rap.w4t_1.0.0.200705071244
2007-11-21 12:09:43,996 INFO [STDOUT] 19 ACTIVE
org.eclipse.update.configurator_3.2.2.R32x_v20070111
2007-11-21 12:09:43,996 INFO [STDOUT] 32 RESOLVED
org.eclipse.equinox.servletbridge.extensionbundle_1.0.0
2007-11-21 12:09:43,996 INFO [STDOUT] Master=0
2007-11-21 12:09:43,996 INFO [STDOUT]
osgi>
2007-11-21 12:10:07,059 ERROR [STDERR] java.lang.IllegalArgumentException:
An entry point named 'default' does not exist.
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPointManager.java:70)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoot.java:32)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.swt.internal.lifecycle.RWTLifeCycle.execute(RWTL ifeCycle.java:60)
2007-11-21 12:10:07,059 ERROR [STDERR] at
com.w4t.engine.W4TModel$ServiceAdapter.execute(W4TModel.java :47)
2007-11-21 12:10:07,059 ERROR [STDERR] at
com.w4t.engine.service.FormRequestServiceHandler.service(For mRequestServiceHandler.java:65)
2007-11-21 12:10:07,059 ERROR [STDERR] at
com.w4t.engine.service.ServiceManager$HandlerDispatcher.serv ice(ServiceManager.java:90)
2007-11-21 12:10:07,059 ERROR [STDERR] at
com.w4t.engine.W4TDelegate.doPost(W4TDelegate.java:75)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.ui.internal.servlet.RequestHandler.service(Reque stHandler.java:41)
2007-11-21 12:10:07,059 ERROR [STDERR] at
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.equinox.http.registry.internal.ServletManager$Se rvletWrapper.service(ServletManager.java:177)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.equinox.http.servlet.internal.ServletRegistratio n.handleRequest(ServletRegistration.java:91)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.proce ssAlias(ProxyServlet.java:110)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.servi ce(ProxyServlet.java:60)
2007-11-21 12:10:07,059 ERROR [STDERR] at
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.eclipse.equinox.servletbridge.BridgeServlet.service(Brid geServlet.java:115)
2007-11-21 12:10:07,059 ERROR [STDERR] at
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:252)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:202)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:213)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:178)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.jboss.web.tomcat.security.SecurityAssociationValve.invok e(SecurityAssociationValve.java:175)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccCo ntextValve.java:74)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:126)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:105)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(Ca chedConnectionValve.java:156)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:107)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:148)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:869)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:664)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:527)
2007-11-21 12:10:07,059 ERROR [STDERR] at
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(Maste rSlaveWorkerThread.java:112)
2007-11-21 12:10:07,059 ERROR [STDERR] at
java.lang.Thread.run(Thread.java:595)
2007-11-21 12:10:07,059 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localho st].[/we4it].[equinoxbridgeservlet]]
Servlet.service() for servlet equinoxbridgeservlet threw exception
java.lang.IllegalArgumentException: An entry point named 'default' does
not exist.
at
org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPointManager.java:70)
at
org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoot.java:32)
at
org.eclipse.swt.internal.lifecycle.RWTLifeCycle.execute(RWTL ifeCycle.java:60)
at com.w4t.engine.W4TModel$ServiceAdapter.execute(W4TModel.java :47)
at
com.w4t.engine.service.FormRequestServiceHandler.service(For mRequestServiceHandler.java:65)
at
com.w4t.engine.service.ServiceManager$HandlerDispatcher.serv ice(ServiceManager.java:90)
at com.w4t.engine.W4TDelegate.doPost(W4TDelegate.java:75)
at
org.eclipse.ui.internal.servlet.RequestHandler.service(Reque stHandler.java:41)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.eclipse.equinox.http.registry.internal.ServletManager$Se rvletWrapper.service(ServletManager.java:177)
at
org.eclipse.equinox.http.servlet.internal.ServletRegistratio n.handleRequest(ServletRegistration.java:91)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.proce ssAlias(ProxyServlet.java:110)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.servi ce(ProxyServlet.java:60)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.eclipse.equinox.servletbridge.BridgeServlet.service(Brid geServlet.java:115)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:178)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invok e(SecurityAssociationValve.java:175)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccCo ntextValve.java:74)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:105)
at
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(Ca chedConnectionValve.java:156)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:869)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:664)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(Maste rSlaveWorkerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Re: An entry point named 'default' does not exist. [message #61720 is a reply to message #61486] Thu, 22 November 2007 06:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

your application bundle seems to be com.we4it.seminar.web_1.0.0. Which
entrypoints does it declare in the plugin.xml? And how does the URL look
like you use to access the application?

Ciao
Frank


"Steffen" <steffen.peil@we4it.com> schrieb im Newsbeitrag
news:4492758a0a964f0f0d113c9a7123e346$1@www.eclipse.org...
>I hope it's the correct Log-File.
> 2007-11-21 12:05:59,465 INFO [org.jboss.system.server.Server] JBoss (MX
> MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)]
> Started in 19s:922ms
> 2007-11-21 12:09:43,996 INFO [STDOUT] Framework is launched.
> 2007-11-21 12:09:43,996 INFO [STDOUT] id
> 2007-11-21 12:09:43,996 INFO [STDOUT] 2007-11-21 12:09:43,996 INFO
> [STDOUT] State Bundle
> 2007-11-21 12:09:43,996 INFO [STDOUT] 0 ACTIVE
> system.bundle_3.2.2.R32x_v20070118
> 2007-11-21 12:09:43,996 INFO [STDOUT] Fragments=
> 2007-11-21 12:09:43,996 INFO [STDOUT] 32
> 2007-11-21 12:09:43,996 INFO [STDOUT] 1 ACTIVE
> org.eclipse.core.commands_3.2.0.I20060605-1400
> 2007-11-21 12:09:43,996 INFO [STDOUT] 2 ACTIVE
> org.eclipse.core.contenttype_3.2.0.v20060603
> 2007-11-21 12:09:43,996 INFO [STDOUT] 3 ACTIVE
> org.eclipse.core.jobs_3.2.0.v20060603
> 2007-11-21 12:09:43,996 INFO [STDOUT] 4 ACTIVE
> org.eclipse.core.runtime_3.2.0.v20060603
> 2007-11-21 12:09:43,996 INFO [STDOUT] 5 ACTIVE
> org.eclipse.equinox.common_3.2.0.v20060603
> 2007-11-21 12:09:43,996 INFO [STDOUT] 6 ACTIVE
> org.eclipse.equinox.http.registry_1.0.0.200705071244
> 2007-11-21 12:09:43,996 INFO [STDOUT] 7 ACTIVE
> org.eclipse.equinox.http.servletbridge_1.0.0.200705071244
> 2007-11-21 12:09:43,996 INFO [STDOUT] 8 ACTIVE
> org.eclipse.equinox.http.servlet_1.0.0.200705071244
> 2007-11-21 12:09:43,996 INFO [STDOUT] 9 ACTIVE
> org.eclipse.equinox.preferences_3.2.1.R32x_v20060717
> 2007-11-21 12:09:43,996 INFO [STDOUT] 10 ACTIVE
> org.eclipse.equinox.registry_3.2.1.R32x_v20060814
> 2007-11-21 12:09:43,996 INFO [STDOUT] 11 ACTIVE
> org.eclipse.osgi.services_3.1.100.v20060601
> 2007-11-21 12:09:43,996 INFO [STDOUT] 12 ACTIVE
> com.we4it.seminar.web_1.0.0
> 2007-11-21 12:09:43,996 INFO [STDOUT] 13 ACTIVE
> org.eclipse.rap.ui_1.0.0.20071010-2241
> 2007-11-21 12:09:43,996 INFO [STDOUT] 14 ACTIVE
> org.eclipse.core.expressions_3.3.0.v20070606-0010
> 2007-11-21 12:09:43,996 INFO [STDOUT] 15 ACTIVE
> org.eclipse.rap.jface_1.0.0.200705071244
> 2007-11-21 12:09:43,996 INFO [STDOUT] 16 ACTIVE
> org.eclipse.rap.rwt_1.0.0.200705071244
> 2007-11-21 12:09:43,996 INFO [STDOUT] 17 ACTIVE
> org.eclipse.rap.ui.workbench_1.0.0.200705071244
> 2007-11-21 12:09:43,996 INFO [STDOUT] 18 ACTIVE
> org.eclipse.rap.w4t_1.0.0.200705071244
> 2007-11-21 12:09:43,996 INFO [STDOUT] 19 ACTIVE
> org.eclipse.update.configurator_3.2.2.R32x_v20070111
> 2007-11-21 12:09:43,996 INFO [STDOUT] 32 RESOLVED
> org.eclipse.equinox.servletbridge.extensionbundle_1.0.0
> 2007-11-21 12:09:43,996 INFO [STDOUT] Master=0
> 2007-11-21 12:09:43,996 INFO [STDOUT] osgi> 2007-11-21 12:10:07,059 ERROR
> [STDERR] java.lang.IllegalArgumentException: An entry point named
> 'default' does not exist.
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPointManager.java:70)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoot.java:32)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.swt.internal.lifecycle.RWTLifeCycle.execute(RWTL ifeCycle.java:60)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> com.w4t.engine.W4TModel$ServiceAdapter.execute(W4TModel.java :47)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> com.w4t.engine.service.FormRequestServiceHandler.service(For mRequestServiceHandler.java:65)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> com.w4t.engine.service.ServiceManager$HandlerDispatcher.serv ice(ServiceManager.java:90)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> com.w4t.engine.W4TDelegate.doPost(W4TDelegate.java:75)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.ui.internal.servlet.RequestHandler.service(Reque stHandler.java:41)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.equinox.http.registry.internal.ServletManager$Se rvletWrapper.service(ServletManager.java:177)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.equinox.http.servlet.internal.ServletRegistratio n.handleRequest(ServletRegistration.java:91)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.proce ssAlias(ProxyServlet.java:110)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.servi ce(ProxyServlet.java:60)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.eclipse.equinox.servletbridge.BridgeServlet.service(Brid geServlet.java:115)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:252)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:202)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:213)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:178)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invok e(SecurityAssociationValve.java:175)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccCo ntextValve.java:74)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:126)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:105)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(Ca chedConnectionValve.java:156)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:107)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:148)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:869)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:664)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:527)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(Maste rSlaveWorkerThread.java:112)
> 2007-11-21 12:10:07,059 ERROR [STDERR] at
> java.lang.Thread.run(Thread.java:595)
> 2007-11-21 12:10:07,059 ERROR
> [org.apache.catalina.core.ContainerBase.[jboss.web].[localho st].[/we4it].[equinoxbridgeservlet]]
> Servlet.service() for servlet equinoxbridgeservlet threw exception
> java.lang.IllegalArgumentException: An entry point named 'default' does
> not exist.
> at
> org.eclipse.swt.internal.lifecycle.EntryPointManager.createU I(EntryPointManager.java:70)
> at
> org.eclipse.swt.internal.lifecycle.PrepareUIRoot.execute(Pre pareUIRoot.java:32)
> at
> org.eclipse.swt.internal.lifecycle.RWTLifeCycle.execute(RWTL ifeCycle.java:60)
> at com.w4t.engine.W4TModel$ServiceAdapter.execute(W4TModel.java :47)
> at
> com.w4t.engine.service.FormRequestServiceHandler.service(For mRequestServiceHandler.java:65)
> at
> com.w4t.engine.service.ServiceManager$HandlerDispatcher.serv ice(ServiceManager.java:90)
> at com.w4t.engine.W4TDelegate.doPost(W4TDelegate.java:75)
> at
> org.eclipse.ui.internal.servlet.RequestHandler.service(Reque stHandler.java:41)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at
> org.eclipse.equinox.http.registry.internal.ServletManager$Se rvletWrapper.service(ServletManager.java:177)
> at
> org.eclipse.equinox.http.servlet.internal.ServletRegistratio n.handleRequest(ServletRegistration.java:91)
> at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.proce ssAlias(ProxyServlet.java:110)
> at
> org.eclipse.equinox.http.servlet.internal.ProxyServlet.servi ce(ProxyServlet.java:60)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at
> org.eclipse.equinox.servletbridge.BridgeServlet.service(Brid geServlet.java:115)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:252)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
> at
> org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:96)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:202)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:173)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:213)
> at
> org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:178)
> at
> org.jboss.web.tomcat.security.SecurityAssociationValve.invok e(SecurityAssociationValve.java:175)
> at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccCo ntextValve.java:74)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:126)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:105)
> at
> org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(Ca chedConnectionValve.java:156)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:107)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:148)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:869)
> at
> org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:664)
> at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:527)
> at
> org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(Maste rSlaveWorkerThread.java:112)
> at java.lang.Thread.run(Thread.java:595)
>
Re: An entry point named 'default' does not exist. [message #86425 is a reply to message #60293] Wed, 07 May 2008 12:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eispuma.googlemail.com

Stefan Röck schrieb:
> When using a Bundle-Activator this (misleading) error is displayed if
> any exception within the starup-method is thrown. I filed a bug on this:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=210235
>
>
Hey guys,

i have a standart Activator class.

package de.cenit.ecliso.web.search;

import org.eclipse.jface.resource.ImageDescriptor;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;

public class Activator extends AbstractUIPlugin {

// The plug-in ID
public static final String PLUGIN_ID = "de.cenit.ecliso.web.search";

// The shared instance
private static Activator plugin;

public Activator() {
}

public void start(BundleContext context) throws Exception {
super.start(context);
plugin = this;
}

public void stop(BundleContext context) throws Exception {
plugin = null;
super.stop(context);
}

public static Activator getDefault() {
return plugin;
}

public static ImageDescriptor getImageDescriptor(String path) {
return imageDescriptorFromPlugin(PLUGIN_ID, path);
}
}

My Extension Settings for the Entrypoint:

id: de.cenit.ecliso.web.search.Application
class: de.cenit.ecliso.web.search.Application
parameter: default

My Extension Settings for the View:

id: de.cenit.ecliso.web.search.views.view
name: View
class: de.cenit.ecliso.web.search.views.View

The ID inside the View:

public static final String ID = "de.cenit.ecliso.web.search.views.view";

The error with the non - existing entry point, named "default" appears.
I have no idea, why this thing doesn't work.

Can anyone help?

Greets
Stefan R.
Re: An entry point named 'default' does not exist. [message #86439 is a reply to message #86425] Wed, 07 May 2008 18:27 Go to previous message
Martin Dilger is currently offline Martin DilgerFriend
Messages: 54
Registered: July 2009
Member
what can you see if you type "ss" in the console while your app is running?
Previous Topic:Eclipse DemoCamps with RAP
Next Topic:404 error when deploying org.eclipse.rap.demo in jboss-4.2.2GA
Goto Forum:
  


Current Time: Fri Apr 26 15:53:09 GMT 2024

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

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

Back to the top