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 'view' does not exist.
java.lang.IllegalArgumentException: An entry point named 'view' does not exist. [message #693398] Wed, 06 July 2011 11:46 Go to next message
marie Missing name is currently offline marie Missing nameFriend
Messages: 63
Registered: March 2011
Member
Hi all.

I am developing a rap application and when I run it in my eclipse enviroment(.i.e through jetty ).It is runnign properly with no excpetion in ecliplse internal browser.
But when I create it war deployment.and run through IE.It is giving me following excpetion:

java.lang.IllegalArgumentException: An entry point named 'view' does not exist.
org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:77)
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:245)
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:114)
java.lang.Thread.run(Thread.java:595)
org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:102)
I want to know where is the problem.I spent 2 days to solve the problem but cudnt find any solution.

Please help me to solve this problem.
Thanks
Smile

P.S.I am using Jboss5.0 and rap runtime is 1.4M6
Re: java.lang.IllegalArgumentException: An entry point named 'view' does not exist. [message #693414 is a reply to message #693398] Wed, 06 July 2011 12:34 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

Hi,

as the error message says, the problem is that the entrypoint "view"
does not exist. This is probably a follow-up error. Either the bundle
that contributes this entrypoint is not present or it couldn't be resolved.

HTH, Ralf


--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: java.lang.IllegalArgumentException: An entry point named 'view' does not exist. [message #693419 is a reply to message #693414] Wed, 06 July 2011 12:45 Go to previous messageGo to next message
marie Missing name is currently offline marie Missing nameFriend
Messages: 63
Registered: March 2011
Member
But I have added this entry point in my launch file.
and my servlet name is also "view".so is it the problem name conflicts??
Re: java.lang.IllegalArgumentException: An entry point named 'view' does not exist. [message #693705 is a reply to message #693419] Thu, 07 July 2011 03:43 Go to previous messageGo to next message
marie Missing name is currently offline marie Missing nameFriend
Messages: 63
Registered: March 2011
Member
And one more thing when I run it on jetty enviroment then it is giving me following statement:

HTTP ERROR 404
Problem accessing /view. Reason:
ProxyServlet: /view

and when I refresh it ,the view is come.
Please suggest me solution to this problem.
Re: java.lang.IllegalArgumentException: An entry point named 'view' does not exist. [message #693837 is a reply to message #693705] Thu, 07 July 2011 09:31 Go to previous messageGo to next message
Ralf Sternberg is currently offline Ralf SternbergFriend
Messages: 1313
Registered: July 2009
Senior Member

> HTTP ERROR 404
> Problem accessing /view. Reason: ProxyServlet: /view and when I refresh
> it ,the view is come.
> Please suggest me solution to this problem.

Sounds like you're stumbling upon this bug:

282756: [Tooling] Browser is opened too early
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282756

Ralf

--
Ralf Sternberg

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Re: java.lang.IllegalArgumentException: An entry point named 'view' does not exist. [message #694243 is a reply to message #693398] Fri, 08 July 2011 07:32 Go to previous messageGo to next message
Aleksandar Pavlov is currently offline Aleksandar PavlovFriend
Messages: 79
Registered: July 2009
Member
There is whole ton of possibilities for wrong WAR file.
Do you use the 'WAR product' thing to create your deployable archive?
Can you enable the OSGi console in the app server and 'ss' and 'diag'
all your bundles. That is tedious work but at the end points out to the
problem.

HTH,
Aleks


On 6.7.2011 г. 14:46 ч., marie wrote:
> Hi all.
>
> I am developing a rap application and when I run it in my eclipse
> enviroment(.i.e through jetty ).It is runnign properly with no excpetion
> in ecliplse internal browser.
> But when I create it war deployment.and run through IE.It is giving me
> following excpetion:
>
> java.lang.IllegalArgumentException: An entry point named 'view' does not
> exist.
> org.eclipse.rwt.internal.lifecycle.EntryPointManager.createUI(EntryPointManager.java:77)
>
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.createUI(RWTLifeCycle.java:245)
>
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadController.run(RWTLifeCycle.java:114)
>
> java.lang.Thread.run(Thread.java:595)
> org.eclipse.rwt.internal.lifecycle.UIThread.run(UIThread.java:102)
> I want to know where is the problem.I spent 2 days to solve the problem
> but cudnt find any solution.
>
> Please help me to solve this problem.
> Thanks :)
>
> P.S.I am using Jboss5.0 and rap runtime is 1.4M6
>
Re: java.lang.IllegalArgumentException: An entry point named 'view' does not exist. [message #791811 is a reply to message #694243] Mon, 06 February 2012 09:43 Go to previous message
no name no name is currently offline no name no nameFriend
Messages: 28
Registered: February 2012
Junior Member
Hi

I am also getting same problem over and over
But here mu scenario is lil bit different than this one

I already deployed RAP Application successfully but when I created new plugin(with RAP hello world option) which is contribution in UI development and it is giving me same exception

Any help would appreciate
Previous Topic:themes from RAP tutorial
Next Topic:ScrolledComposite and focus behavior
Goto Forum:
  


Current Time: Thu Apr 18 18:33:57 GMT 2024

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

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

Back to the top