Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP deployment
RAP deployment [message #112527] Mon, 17 November 2008 10:00 Go to next message
May is currently offline MayFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,
I have been worked for three days on the RAP deployment of the demo.
Without success.
I'm referring to
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.rap.help/help/html/intro.html

I tried it step by step and several times, but it doesn't work. I also
tried to search here without success.

When I deploy my rap.war ( zip auf WEB-INF) in tomcat and start it under
http://localhost:8080/rap/rap. The following error occurs:
The requested resource (BridgeServlet: /rap/rap) is not available.

The deployment auf the rapdemo.war works fine.

The tomcat log-file says quit a lot, but I don't find the reason for my
problem:

!SESSION 2008-11-17 10:52:27.503
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -console

!ENTRY org.eclipse.equinox.http.servletbridge 4 0 2008-11-17 10:52:27.503
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Import-Package:
org.eclipse.equinox.servletbridge; version="1.0.0"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:616)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:299)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:489)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)

!ENTRY org.eclipse.rap.demo 4 0 2008-11-17 10:52:27.534
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle: org.eclipse.rap.ui;
bundle-version="0.0.0"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:616)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:299)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:489)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)

!ENTRY org.eclipse.rap.ui.workbench 4 0 2008-11-17 10:52:27.550
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle:
org.eclipse.rap.jface.databinding; bundle-version="[1.1.0,2.0.0)"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:616)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:299)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:489)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)

!ENTRY org.eclipse.rap.ui 4 0 2008-11-17 10:52:27.550
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle: org.eclipse.rap.ui.workbench;
bundle-version="[1.1.0,2.0.0)"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:616)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:299)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:489)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)

!ENTRY org.eclipse.equinox.http.servletbridge 4 0 2008-11-17 10:52:28.081
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The activator
org.eclipse.equinox.http.servletbridge.internal.Activator for bundle
org.eclipse.equinox.http.servletbridge is invalid
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load BundleActivator(AbstractBundle.java:146)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:980)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.re sumeBundles(PackageAdminImpl.java:272)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.pr ocessDelta(PackageAdminImpl.java:506)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.do ResolveBundles(PackageAdminImpl.java:224)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1. run(PackageAdminImpl.java:162)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.VerifyError: (class:
org/eclipse/equinox/http/servletbridge/internal/Activator, method: stop
signature: (Lorg/osgi/framework/BundleContext;)V) Incompatible argument to
function
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load BundleActivator(AbstractBundle.java:141)
... 9 more
Root exception:
java.lang.VerifyError: (class:
org/eclipse/equinox/http/servletbridge/internal/Activator, method: stop
signature: (Lorg/osgi/framework/BundleContext;)V) Incompatible argument to
function
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.load BundleActivator(AbstractBundle.java:141)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:980)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:346)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.re sumeBundles(PackageAdminImpl.java:272)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.pr ocessDelta(PackageAdminImpl.java:506)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl.do ResolveBundles(PackageAdminImpl.java:224)
at
org.eclipse.osgi.framework.internal.core.PackageAdminImpl$1. run(PackageAdminImpl.java:162)
at java.lang.Thread.run(Unknown Source)

!ENTRY org.eclipse.osgi 4 0 2008-11-17 10:52:28.112
!MESSAGE Bundle
initial@reference :file:plugins/org.eclipse.equinox.http.servletbridge_1.0.0.2 00811171047.jar/
[10] is not active.

!ENTRY org.eclipse.osgi 4 0 2008-11-17 10:52:28.112
!MESSAGE Bundle
initial@reference:file:plugins/org.eclipse.rap.demo_1.1.1.20080917-1625.jar/
was not resolved.

!ENTRY org.eclipse.osgi 4 0 2008-11-17 10:52:28.112
!MESSAGE Bundle
initial@reference :file:plugins/org.eclipse.rap.ui.workbench_1.1.1.20080917-16 25.jar/
was not resolved.

!ENTRY org.eclipse.osgi 4 0 2008-11-17 10:52:28.112
!MESSAGE Bundle
initial@reference:file:plugins/org.eclipse.rap.ui_1.1.1.20080917-1625.jar/
was not resolved.

I really would appreciate some help

May
Re: RAP deployment [message #112544 is a reply to message #112527] Mon, 17 November 2008 10:53 Go to previous messageGo to next message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi,

there's a VerifyError in one of the Bundle activators. Could it be that
you use different Java versions for compiling and starting your app?

Stefan.
Re: RAP deployment [message #112557 is a reply to message #112544] Mon, 17 November 2008 12:27 Go to previous messageGo to next message
May is currently offline MayFriend
Messages: 10
Registered: July 2009
Junior Member
Thanks,
You are right. I have changed to 1.6

But the problem doesn't seem to be resolved

Any ideas?

Thanks in advance,

May

Current serverlog:

!SESSION 2008-11-17 13:22:02.576
-----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_07
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments: -console

!ENTRY org.eclipse.osgi 4 0 2008-11-17 13:22:02.576
!MESSAGE Bundle
org.eclipse.equinox.http.servletbridge_1.0.0.200811171047.ja r @start not
found.

!ENTRY org.eclipse.rap.demo 4 0 2008-11-17 13:22:03.655
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle: org.eclipse.rap.ui;
bundle-version="0.0.0"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:616)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:299)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:489)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)

!ENTRY org.eclipse.rap.ui.workbench 4 0 2008-11-17 13:22:03.655
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle:
org.eclipse.rap.jface.databinding; bundle-version="[1.1.0,2.0.0)"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:616)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:299)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:489)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)

!ENTRY org.eclipse.rap.ui 4 0 2008-11-17 13:22:03.655
!MESSAGE
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved.
Reason: Missing Constraint: Require-Bundle: org.eclipse.rap.ui.workbench;
bundle-version="[1.1.0,2.0.0)"
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:305)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.resu me(AbstractBundle.java:355)
at
org.eclipse.osgi.framework.internal.core.Framework.resumeBun dle(Framework.java:1074)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.r esumeBundles(StartLevelManager.java:616)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.i ncFWSL(StartLevelManager.java:508)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d oSetStartLevel(StartLevelManager.java:299)
at
org.eclipse.osgi.framework.internal.core.StartLevelManager.d ispatchEvent(StartLevelManager.java:489)
at
org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEve nt(EventManager.java:211)
at
org.eclipse.osgi.framework.eventmgr.EventManager$EventThread .run(EventManager.java:321)

!ENTRY org.eclipse.osgi 4 0 2008-11-17 13:22:04.045
!MESSAGE Bundle
initial@reference:file:plugins/org.eclipse.rap.demo_1.1.1.20080917-1625.jar/
was not resolved.

!ENTRY org.eclipse.osgi 4 0 2008-11-17 13:22:04.045
!MESSAGE Bundle
initial@reference :file:plugins/org.eclipse.rap.ui.workbench_1.1.1.20080917-16 25.jar/
was not resolved.

!ENTRY org.eclipse.osgi 4 0 2008-11-17 13:22:04.045
!MESSAGE Bundle
initial@reference:file:plugins/org.eclipse.rap.ui_1.1.1.20080917-1625.jar/
was not resolved.
Re: RAP deployment [message #112569 is a reply to message #112557] Mon, 17 November 2008 17:00 Go to previous messageGo to next message
Adam is currently offline AdamFriend
Messages: 25
Registered: July 2009
Junior Member
I've run into this problem before. Make sure that all of the bundles in
your Dependencies tab of your plugin.xml file are also checked for your
Run Configuration. What I usually do is click the "add required plugins"
button in my configuration, and that usually does the trick.

Also be sure to add this to your VM arguments box of your Arguments Run
Configuration tab:

-Declipse.ignoreApp=true -Dosgi.noShutdown=true

That way the Eclipse Console will display while running your Rap
application. It would be helpful for you to run the "ss" command and send
us that output if you are still having problems.
Re: RAP deployment [message #112620 is a reply to message #112569] Tue, 18 November 2008 11:01 Go to previous messageGo to next message
May is currently offline MayFriend
Messages: 10
Registered: July 2009
Junior Member
Just to make sure you get me right.
I'm trying to deploy the rapdemo with org.eclipse.rap.demo and
org.eclipse.rap.demo.feature. I have no problems with starting the
rapdemo from eclipse. Also typing ss in the consol looks find, too.
I followed the instruction to deploy the war file from the tutorial. I
deploy the war-file with the tomcat-manager
http://localhost:8080/manager/html/. There I have no option to type ss or
to show the consol. I'm just guessing that, anyway.
The function "add required plugins" has also no affect. It seems to be
okay.
Are the any Problems with Eclipse 3.4? When I run the webappBuilder.xml
and then replace all jars except from the org.eclipse.rap.demo.jar with
the content of the calc.war of a different tutorial, I get at least an
error message in the browser and logs (deploy war(rap.war) in tomcat and
start http://localhost:8080/rap/rap).
Do you have an Idea for solving my problem or a better/different way to
deploy the simple project to a war-file?

Thanks in advance and sorry for bugging

May
Re: RAP deployment [message #112702 is a reply to message #112620] Wed, 19 November 2008 10:15 Go to previous messageGo to next message
May is currently offline MayFriend
Messages: 10
Registered: July 2009
Junior Member
Hi,
it's me again
here the output of the ss command:

0 ACTIVE org.eclipse.osgi_3.3.0.v20070530
Fragments=18
1 ACTIVE org.eclipse.equinox.common_3.3.0.v20070426
2 INSTALLED org.eclipse.rap.demo_1.1.1.20080917-1625
3 ACTIVE org.eclipse.update.configurator_3.2.101.R33x_v20070810
4 ACTIVE
org.eclipse.equinox.http.servletbridge_1.0.0.200712051252
5 ACTIVE org.eclipse.equinox.http.registry_1.0.100.200712051252
6 RESOLVED org.eclipse.core.commands_3.3.0.I20070605-0010
7 ACTIVE org.eclipse.core.contenttype_3.2.100.v20070319
8 ACTIVE org.eclipse.core.expressions_3.3.0.v20070606-0010
9 ACTIVE org.eclipse.core.jobs_3.3.0.v20070423
10 ACTIVE org.eclipse.core.runtime_3.3.100.v20070530
11 ACTIVE org.eclipse.equinox.app_1.0.0.v20070606
15 ACTIVE org.eclipse.equinox.http.servlet_1.0.100.200712051252
16 ACTIVE org.eclipse.equinox.preferences_3.2.100.v20070522
17 ACTIVE org.eclipse.equinox.registry_3.3.0.v20070522
18 RESOLVED org.eclipse.equinox.servletbridge.extensionbundle_1.0.0
Master=0
19 RESOLVED org.eclipse.osgi.services_3.1.200.v20070605
22 RESOLVED org.eclipse.rap.jface_1.0.0.20071010-2241
23 RESOLVED org.eclipse.rap.rwt_1.0.0.20071010-2241
24 ACTIVE org.eclipse.rap.ui.workbench_1.0.0.20071010-2241
25 RESOLVED org.eclipse.rap.ui_1.0.0.20071010-2241

I don't get why
INSTALLED org.eclipse.rap.demo_1.1.1.20080917-1625
is not ACTIVE/RESOLVED

I would really appreciate your help

Thanks,

May
Re: RAP deployment [message #112715 is a reply to message #112702] Wed, 19 November 2008 12:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi,

May wrote:
> 0 ACTIVE org.eclipse.osgi_3.3.0.v20070530
> Fragments=18
> 1 ACTIVE org.eclipse.equinox.common_3.3.0.v20070426
> 2 INSTALLED org.eclipse.rap.demo_1.1.1.20080917-1625
> 3 ACTIVE org.eclipse.update.configurator_3.2.101.R33x_v20070810
> 4 ACTIVE
> org.eclipse.equinox.http.servletbridge_1.0.0.200712051252
> 5 ACTIVE org.eclipse.equinox.http.registry_1.0.100.200712051252
> 6 RESOLVED org.eclipse.core.commands_3.3.0.I20070605-0010
> 7 ACTIVE org.eclipse.core.contenttype_3.2.100.v20070319
> 8 ACTIVE org.eclipse.core.expressions_3.3.0.v20070606-0010
> 9 ACTIVE org.eclipse.core.jobs_3.3.0.v20070423
> 10 ACTIVE org.eclipse.core.runtime_3.3.100.v20070530
> 11 ACTIVE org.eclipse.equinox.app_1.0.0.v20070606
> 15 ACTIVE org.eclipse.equinox.http.servlet_1.0.100.200712051252
> 16 ACTIVE org.eclipse.equinox.preferences_3.2.100.v20070522
> 17 ACTIVE org.eclipse.equinox.registry_3.3.0.v20070522
> 18 RESOLVED org.eclipse.equinox.servletbridge.extensionbundle_1.0.0
> Master=0
> 19 RESOLVED org.eclipse.osgi.services_3.1.200.v20070605
> 22 RESOLVED org.eclipse.rap.jface_1.0.0.20071010-2241
> 23 RESOLVED org.eclipse.rap.rwt_1.0.0.20071010-2241
> 24 ACTIVE org.eclipse.rap.ui.workbench_1.0.0.20071010-2241
> 25 RESOLVED org.eclipse.rap.ui_1.0.0.20071010-2241

At least the org.eclipse.rap.rwt.q07 fragment seems to be missing. If
the application runs fine from inside eclipse, I'd recommend to compare
the list of bundles in your launch config with this one.

> I don't get why INSTALLED org.eclipse.rap.demo_1.1.1.20080917-1625
> is not ACTIVE/RESOLVED

you can type `diag 2` in the OSGi console to find out.

Best regards, Ralf
Re: RAP deployment [message #112728 is a reply to message #112715] Wed, 19 November 2008 13:33 Go to previous messageGo to next message
May is currently offline MayFriend
Messages: 10
Registered: July 2009
Junior Member
That was very helpful Ralf,

There were unresolved bundles…
I also had some jar-version problems. I solved my problem by replacing all
jars with the jars from the rapdemo.war and adjust the config.ini by hand.

I'm excusing for asking (maybe) so simple questions, because I'm very new
to this.
Now, where I'm able to deploy an RAP as war-file, I try to deploy my own
rap-application.

ss shows no "INSTALLED" bundles, but when I start myRapApp the next
problem occurs:

Exception in thread "UIThread [886947ACCFA0FB85FC8620E666D00233]"
java.lang.Ille
galStateException: The context has been disposed.
at
org.eclipse.rwt.internal.service.ServiceContext.checkState(U nknown So
urce)
at
org.eclipse.rwt.internal.service.ServiceContext.getRequest(U nknown So
urce)
at
org.eclipse.rwt.internal.service.ContextProvider.getRequest( Unknown S
ource)
at
org.eclipse.rwt.internal.service.ContextProvider.getSession( Unknown S
ource)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.setShutdownA dapter(Un
known Source)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle.access$0(Unk nown Sour
ce)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycle$UIThreadCont roller.ru
n(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Any hints on what that supposed to be mean?

Thanks for supporting me,

May
Re: RAP deployment [message #112781 is a reply to message #112728] Wed, 19 November 2008 15:22 Go to previous messageGo to next message
May is currently offline MayFriend
Messages: 10
Registered: July 2009
Junior Member
Oh sorry guys,
I just solved it, my fault.
Thanks again
Re: RAP deployment [message #1830353 is a reply to message #112527] Thu, 23 July 2020 21:08 Go to previous messageGo to next message
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 16
Registered: September 2011
Junior Member
To the person that started this question, could you provide "how" you solved, as I am having the exact same error and I am at wits end.
Re: RAP deployment [message #1830366 is a reply to message #1830353] Fri, 24 July 2020 08:50 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2427
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,

in the RAP repository you can find a maven project [1] that builds all RAP demos.

[1] https://github.com/eclipse/rap/tree/master/releng/org.eclipse.rap.examples.build

HTH,
Ivan Furnadjiev
Previous Topic:UIThreads / EntryPoints
Next Topic:Uploading Files with html spcial charachters fails
Goto Forum:
  


Current Time: Sat Nov 09 03:08:32 GMT 2024

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

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

Back to the top