Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » java.lang.IllegalArgumentException: An entry point named 'default' does not exis
java.lang.IllegalArgumentException: An entry point named 'default' does not exis [message #99330] Tue, 22 July 2008 10:43 Go to next message
Eclipse UserFriend
Originally posted by: suresh.madhuvarsu.gmail.com

Hi,

I am doing a small Demo app on the RAP. I have a app initially done for
RCP and now i am refactoring it to RAP. I came to a position where i do
not have any compilation errors. When i try to run it, i get an exception
and nothing is displayed in the browser.

Let me know if there is a workaround and how can i solve this issue.
Appreciate any kind of help to resolve this. I tried all the following
targets...

http://www.eclipse.org/downloads/download.php?file=/technolo gy/rap/rap-1.1.0-R-target-3.4-20080613-1055.zip
http://archive.eclipse.org/technology/rap/downloads/rap-1.1. 0-RC3-target-3.4-20080603-1107.zip
http://archive.eclipse.org/technology/rap/downloads/rap-1.1. 0-M3-target-3.3-20080407-1124.zip

Following is the Browser Output :
HTTP ERROR: 500
An entry point named 'default' does not exist.
RequestURI=/rap
Powered by Jetty://

Following is the Eclipse Console Output :

osgi> Jul 22, 2008 3:32:31 AM org.mortbay.http.HttpServer doStart
INFO: Version Jetty/5.1.x
Jul 22, 2008 3:32:32 AM org.mortbay.util.Container start
INFO: Started
org.eclipse.equinox.http.jetty.internal.Servlet25Handler@1acd47
Jul 22, 2008 3:32:32 AM org.mortbay.util.Container start
INFO: Started HttpContext[/,/]
Jul 22, 2008 3:32:32 AM org.mortbay.http.SocketListener start
INFO: Started SocketListener on 0.0.0.0:9090
Jul 22, 2008 3:32:32 AM org.mortbay.util.Container start
INFO: Started org.mortbay.http.HttpServer@82764b
Jul 22, 2008 3:32:45 AM org.mortbay.jetty.servlet.ServletHandler handle
SEVERE: /rap?nocache=1216722765093:
java.lang.IllegalArgumentException: An entry point named 'default' 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:230)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadCont roller.run(RWTLifeCycle.java:116)
at java.lang.Thread.run(Unknown Source)
Re: java.lang.IllegalArgumentException: An entry point named 'default' does not exis [message #99346 is a reply to message #99330] Tue, 22 July 2008 11:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

did you develop the demo in a new plug-in in the workspace? If so ensure
that the plug-in is checked in the launch configuration's bundle list.
For error search it proved useful to have a look at the bundle state
provided by writing ss to your console.


Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Suresh Krishna [mailto:suresh.madhuvarsu@gmail.com]
Bereitgestellt: Dienstag, 22. Juli 2008 12:44
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: java.lang.IllegalArgumentException: An entry point named
'default' does not exis
Betreff: java.lang.IllegalArgumentException: An entry point named
'default' does not exis

Hi,

I am doing a small Demo app on the RAP. I have a app initially done for
RCP and now i am refactoring it to RAP. I came to a position where i do
not have any compilation errors. When i try to run it, i get an
exception
and nothing is displayed in the browser.

Let me know if there is a workaround and how can i solve this issue.
Appreciate any kind of help to resolve this. I tried all the following
targets...

http://www.eclipse.org/downloads/download.php?file=/technolo gy/rap/rap-1
..1.0-R-target-3.4-20080613-1055.zip
http://archive.eclipse.org/technology/rap/downloads/rap-1.1. 0-RC3-target
-3.4-20080603-1107.zip
http://archive.eclipse.org/technology/rap/downloads/rap-1.1. 0-M3-target-
3.3-20080407-1124.zip

Following is the Browser Output :
HTTP ERROR: 500
An entry point named 'default' does not exist.
RequestURI=/rap
Powered by Jetty://

Following is the Eclipse Console Output :

osgi> Jul 22, 2008 3:32:31 AM org.mortbay.http.HttpServer doStart
INFO: Version Jetty/5.1.x
Jul 22, 2008 3:32:32 AM org.mortbay.util.Container start
INFO: Started
org.eclipse.equinox.http.jetty.internal.Servlet25Handler@1acd47
Jul 22, 2008 3:32:32 AM org.mortbay.util.Container start
INFO: Started HttpContext[/,/]
Jul 22, 2008 3:32:32 AM org.mortbay.http.SocketListener start
INFO: Started SocketListener on 0.0.0.0:9090
Jul 22, 2008 3:32:32 AM org.mortbay.util.Container start
INFO: Started org.mortbay.http.HttpServer@82764b
Jul 22, 2008 3:32:45 AM org.mortbay.jetty.servlet.ServletHandler handle
SEVERE: /rap?nocache=1216722765093:
java.lang.IllegalArgumentException: An entry point named 'default' does
not exist.
at
org.eclipse.rwt.internal.lifecycle.EntryPointManager.createU I(EntryPoint
Manager.java:77)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWT LifeCycle.ja
va:230)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadCont roller.run(R
WTLifeCycle.java:116)
at java.lang.Thread.run(Unknown Source)
Re: java.lang.IllegalArgumentException: An entry point named 'default' does not [message #99438 is a reply to message #99346] Tue, 22 July 2008 15:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: suresh.madhuvarsu.gmail.com

Hi Frank,

Yes i did select the actual plugin and also the required plugins. I did
went through the screencast from Elias
( http://www.volanakis.de/nuggets/RCP_Mail_goes_RAP/index.html). So do not
think there would be any configuration issue.

I also did "ss" in the console and following is the output. It clearly
says all the bundles are loaded. My custom plugin
(com.myrap.tutorial.po_1.0.0) is active.

I am not sure whats going wrong. As i said i tried with 3 different RAP
targets. All gave me the same error on the console and browser.

id State Bundle
0 ACTIVE org.eclipse.osgi_3.4.0.v20080529-1200
55 ACTIVE org.eclipse.equinox.http.servlet_1.0.100.v20080427-0830
56 ACTIVE org.eclipse.rap.junit_1.1.0.20080603-1107
57 ACTIVE org.eclipse.jdt.junit.runtime.source_3.3.0.v20080529-1300
58 ACTIVE org.eclipse.core.contenttype.source_3.3.0.v20080414
59 ACTIVE
org.eclipse.equinox.preferences.source_3.2.200.v20080421-200 6
60 ACTIVE org.eclipse.rap.ui_1.1.0.20080603-1107
61 ACTIVE org.eclipse.rap.junit.runtime_1.1.0.20080603-1107
62 ACTIVE org.eclipse.equinox.app_1.1.0.v20080421-2006
63 ACTIVE
org.eclipse.equinox.http.servlet.source_1.0.100.v20080427-08 30
64 ACTIVE
org.eclipse.core.databinding.beans.source_1.1.0.I20080508-20 00a
65 ACTIVE org.eclipse.osgi.services_3.1.200.v20071203
66 ACTIVE org.eclipse.rap.jface.databinding_1.1.0.20080603-1107
67 ACTIVE org.eclipse.core.expressions.source_3.4.0.v20080530-1508
68 ACTIVE com.ibm.icu.source_3.8.1.v20080402
69 ACTIVE org.eclipse.rap.rwt_1.1.0.20080603-1107
Fragments=70
70 RESOLVED org.eclipse.rap.rwt.q07_1.1.0.20080603-1107
Master=69
71 ACTIVE org.eclipse.equinox.registry.source_3.4.0.v20080516-0950
72 ACTIVE org.eclipse.rap.ui.views_1.1.0.20080603-1107
73 ACTIVE org.mortbay.jetty_5.1.14.v200804221617
74 ACTIVE org.eclipse.equinox.common.source_3.4.0.v20080421-2006
75 ACTIVE org.eclipse.core.runtime_3.4.0.v20080512
76 ACTIVE org.eclipse.core.databinding.source_1.1.0.I20080527-2000
77 ACTIVE javax.servlet_2.4.0.v200803061910
78 ACTIVE org.eclipse.rap.jface_1.1.0.20080603-1107
79 ACTIVE org.eclipse.core.runtime.source_3.4.0.v20080512
80 ACTIVE org.eclipse.equinox.app.source_1.1.0.v20080421-2006
81 ACTIVE org.eclipse.equinox.common_3.4.0.v20080421-2006
82 ACTIVE org.eclipse.equinox.http.jetty_1.1.0.v20080425
83 ACTIVE org.eclipse.rap.ui.forms_1.1.0.20080603-1107
84 ACTIVE org.eclipse.core.expressions_3.4.0.v20080530-1508
85 ACTIVE org.eclipse.core.databinding.beans_1.1.0.I20080508-2000a
86 ACTIVE org.eclipse.core.commands.source_3.4.0.I20080509-2000
87 ACTIVE org.junit.source_3.8.2.v20080327
88 ACTIVE org.eclipse.core.commands_3.4.0.I20080509-2000
89 ACTIVE org.eclipse.equinox.registry_3.4.0.v20080516-0950
90 ACTIVE org.eclipse.core.jobs_3.4.0.v20080512
91 ACTIVE org.eclipse.core.jobs.source_3.4.0.v20080512
92 ACTIVE com.myrap.tutorial.po_1.0.0
93 ACTIVE org.eclipse.osgi.source_3.4.0.v20080529-1200
94 ACTIVE org.eclipse.jdt.junit.runtime_3.3.0.v20080529-1300
95 ACTIVE org.apache.commons.logging_1.0.4.v200803061811
96 ACTIVE org.eclipse.rap.source_1.1.0.20080603-1107
97 ACTIVE org.mortbay.jetty.source_5.1.14.v200804221617
98 ACTIVE org.eclipse.equinox.http.registry_1.0.100.v20080427-0830
99 ACTIVE
org.eclipse.equinox.http.registry.source_1.0.100.v20080427-0 830
100 ACTIVE org.eclipse.core.contenttype_3.3.0.v20080414
101 ACTIVE org.eclipse.rap.ui.workbench_1.1.0.20080603-1107
102 ACTIVE org.eclipse.equinox.preferences_3.2.200.v20080421-2006
103 ACTIVE org.eclipse.equinox.http.jetty.source_1.1.0.v20080425
104 ACTIVE org.eclipse.core.databinding_1.1.0.I20080527-2000
105 ACTIVE org.eclipse.osgi.services.source_3.1.200.v20071203
106 ACTIVE org.junit_3.8.2.v20080327
107 ACTIVE org.apache.commons.logging.source_1.0.4.v200803061811
108 ACTIVE com.ibm.icu_3.8.1.v20080402
Re: java.lang.IllegalArgumentException: An entry point named 'default' does not exis [message #99525 is a reply to message #99438] Wed, 23 July 2008 10:53 Go to previous message
Eclipse UserFriend
Originally posted by: fappel.innoopract.com

Hi,

so the launch configuration looks good. It seems to me that
com.myrap.tutorial.po_1.0.0 is your bundle where you've registered your
own entry-point for startup. Just for the record - your entrypoint's
parameter registration is 'default'?



Ciao
Frank

-----Ursprüngliche Nachricht-----
Von: Suresh Krishna [mailto:suresh.madhuvarsu@gmail.com]
Bereitgestellt: Dienstag, 22. Juli 2008 17:38
Bereitgestellt in: eclipse.technology.rap
Unterhaltung: java.lang.IllegalArgumentException: An entry point named
'default' does not exis
Betreff: Re: java.lang.IllegalArgumentException: An entry point named
'default' does not

Hi Frank,

Yes i did select the actual plugin and also the required plugins. I did
went through the screencast from Elias
( http://www.volanakis.de/nuggets/RCP_Mail_goes_RAP/index.html). So do
not
think there would be any configuration issue.

I also did "ss" in the console and following is the output. It clearly
says all the bundles are loaded. My custom plugin
(com.myrap.tutorial.po_1.0.0) is active.

I am not sure whats going wrong. As i said i tried with 3 different RAP
targets. All gave me the same error on the console and browser.

id State Bundle
0 ACTIVE org.eclipse.osgi_3.4.0.v20080529-1200
55 ACTIVE
org.eclipse.equinox.http.servlet_1.0.100.v20080427-0830
56 ACTIVE org.eclipse.rap.junit_1.1.0.20080603-1107
57 ACTIVE
org.eclipse.jdt.junit.runtime.source_3.3.0.v20080529-1300
58 ACTIVE org.eclipse.core.contenttype.source_3.3.0.v20080414
59 ACTIVE
org.eclipse.equinox.preferences.source_3.2.200.v20080421-200 6
60 ACTIVE org.eclipse.rap.ui_1.1.0.20080603-1107
61 ACTIVE org.eclipse.rap.junit.runtime_1.1.0.20080603-1107
62 ACTIVE org.eclipse.equinox.app_1.1.0.v20080421-2006
63 ACTIVE
org.eclipse.equinox.http.servlet.source_1.0.100.v20080427-08 30
64 ACTIVE
org.eclipse.core.databinding.beans.source_1.1.0.I20080508-20 00a
65 ACTIVE org.eclipse.osgi.services_3.1.200.v20071203
66 ACTIVE
org.eclipse.rap.jface.databinding_1.1.0.20080603-1107
67 ACTIVE
org.eclipse.core.expressions.source_3.4.0.v20080530-1508
68 ACTIVE com.ibm.icu.source_3.8.1.v20080402
69 ACTIVE org.eclipse.rap.rwt_1.1.0.20080603-1107
Fragments=70
70 RESOLVED org.eclipse.rap.rwt.q07_1.1.0.20080603-1107
Master=69
71 ACTIVE
org.eclipse.equinox.registry.source_3.4.0.v20080516-0950
72 ACTIVE org.eclipse.rap.ui.views_1.1.0.20080603-1107
73 ACTIVE org.mortbay.jetty_5.1.14.v200804221617
74 ACTIVE
org.eclipse.equinox.common.source_3.4.0.v20080421-2006
75 ACTIVE org.eclipse.core.runtime_3.4.0.v20080512
76 ACTIVE
org.eclipse.core.databinding.source_1.1.0.I20080527-2000
77 ACTIVE javax.servlet_2.4.0.v200803061910
78 ACTIVE org.eclipse.rap.jface_1.1.0.20080603-1107
79 ACTIVE org.eclipse.core.runtime.source_3.4.0.v20080512
80 ACTIVE org.eclipse.equinox.app.source_1.1.0.v20080421-2006
81 ACTIVE org.eclipse.equinox.common_3.4.0.v20080421-2006
82 ACTIVE org.eclipse.equinox.http.jetty_1.1.0.v20080425
83 ACTIVE org.eclipse.rap.ui.forms_1.1.0.20080603-1107
84 ACTIVE org.eclipse.core.expressions_3.4.0.v20080530-1508
85 ACTIVE
org.eclipse.core.databinding.beans_1.1.0.I20080508-2000a
86 ACTIVE
org.eclipse.core.commands.source_3.4.0.I20080509-2000
87 ACTIVE org.junit.source_3.8.2.v20080327
88 ACTIVE org.eclipse.core.commands_3.4.0.I20080509-2000
89 ACTIVE org.eclipse.equinox.registry_3.4.0.v20080516-0950
90 ACTIVE org.eclipse.core.jobs_3.4.0.v20080512
91 ACTIVE org.eclipse.core.jobs.source_3.4.0.v20080512
92 ACTIVE com.myrap.tutorial.po_1.0.0
93 ACTIVE org.eclipse.osgi.source_3.4.0.v20080529-1200
94 ACTIVE org.eclipse.jdt.junit.runtime_3.3.0.v20080529-1300
95 ACTIVE org.apache.commons.logging_1.0.4.v200803061811
96 ACTIVE org.eclipse.rap.source_1.1.0.20080603-1107
97 ACTIVE org.mortbay.jetty.source_5.1.14.v200804221617
98 ACTIVE
org.eclipse.equinox.http.registry_1.0.100.v20080427-0830
99 ACTIVE
org.eclipse.equinox.http.registry.source_1.0.100.v20080427-0 830
100 ACTIVE org.eclipse.core.contenttype_3.3.0.v20080414
101 ACTIVE org.eclipse.rap.ui.workbench_1.1.0.20080603-1107
102 ACTIVE
org.eclipse.equinox.preferences_3.2.200.v20080421-2006
103 ACTIVE
org.eclipse.equinox.http.jetty.source_1.1.0.v20080425
104 ACTIVE org.eclipse.core.databinding_1.1.0.I20080527-2000
105 ACTIVE org.eclipse.osgi.services.source_3.1.200.v20071203
106 ACTIVE org.junit_3.8.2.v20080327
107 ACTIVE
org.apache.commons.logging.source_1.0.4.v200803061811
108 ACTIVE com.ibm.icu_3.8.1.v20080402
Previous Topic:SpringSecurity (Acegi) integration
Next Topic:tabitem features
Goto Forum:
  


Current Time: Tue Apr 16 20:50:44 GMT 2024

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

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

Back to the top