Home » Eclipse Projects » Remote Application Platform (RAP) » The requested resource (BridgeServlet: /application/rap) is not available.
The requested resource (BridgeServlet: /application/rap) is not available. [message #532530] |
Mon, 10 May 2010 11:56  |
Tobias Semmet Messages: 37 Registered: July 2009 |
Member |
|
|
Hi.
I' ve build my war-file out of my RAP-Application with no error, i've deployed to tomcat, no error.
When i start the application like localhost:8080/application/rap?view=startup for example i got following error :
HTTP Status 404 - BridgeServlet: /application/rap
type Status report
message BridgeServlet: /application/rap
description The requested resource (BridgeServlet: /application/rap) is not available.
What's the problem ?
Is there a new servletbridge.jar when i use eclipse 3.3 ?
Thanks
Tobias
[Updated on: Mon, 10 May 2010 11:56] Report message to a moderator
|
|
| | | | | | | | | | |
Re: The requested resource (BridgeServlet: /meizei/rap) is not available. [message #532899 is a reply to message #532894] |
Tue, 11 May 2010 14:01   |
Tobias Semmet Messages: 37 Registered: July 2009 |
Member |
|
|
Ok my config.ini looks like :
#Eclipse Runtime Configuration File
osgi.bundles=
meizei_1.0.0.jar@start,
com.ibm.icu.base_4.0.1.v20090822.jar@start,
org.eclipse.core.commands_3.5.0.I20090525-2000.jar@start,
org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451.jar@start,
org.eclipse.core.databinding_1.2.0.M20090819-0800.jar@start,
org.eclipse.core.databinding.beans_1.2.0.I20090525-2000.jar@start,
org.eclipse.core.databinding.observable_1.2.0.M20090902-0800 .jar @start,
org.eclipse.core.databinding.property_1.2.0.M20090819-0800.j ar @start,
org.eclipse.core.expressions_3.4.100.v20090429-1800.jar@start,
org.eclipse.core.jobs_3.4.100.v20090429-1800.jar@start,
org.eclipse.core.runtime_3.5.0.v20090525.jar@start,
org.eclipse.equinox.app_1.2.1.R35x_v20091203.jar@start,
org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar@2:start,
org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar @start,
org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar@start,
org.eclipse.equinox.preferences_3.2.301.R35x_v20091117.jar@start,
org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar@start,
org.eclipse.osgi.services_3.2.0.v20090520-1800.jar@start,
org.eclipse.rap.jface_1.2.2.20100126-1119.jar@start,
org.eclipse.rap.jface.databinding_1.2.2.20100126-1119.jar@start,
org.eclipse.rap.rwt_1.2.2.20100126-1119.jar@start,
org.eclipse.rap.ui_1.2.2.20100126-1119.jar@start,
org.eclipse.rap.ui.forms_1.2.2.20100126-1119.jar@start,
org.eclipse.rap.ui.views_1.2.2.20100126-1119.jar@start,
org.eclipse.rap.ui.workbench_1.2.2.20100126-1119.jar@start
osgi.bundles.defaultStartLevel=4
but the same result
now, in the osgi-console is only
org-eclipse.osgi_3.5.2....
after called <ss>
the org.eclipse.equinox.servletbridge.extensionbundle_1.0.0.jar is only 1kb
[Updated on: Tue, 11 May 2010 14:09] Report message to a moderator
|
|
|
Re: The requested resource (BridgeServlet: /meizei/rap) is not available. [message #532905 is a reply to message #532899] |
Tue, 11 May 2010 14:14   |
Ivan Furnadjiev Messages: 2426 Registered: July 2009 Location: Sofia, Bulgaria |
Senior Member |
|
|
Hi Tobias,
bundle version number must be striped. Here is an example how it should
look like:
#Eclipse Runtime Configuration File
osgi.bundles=com.ibm.icu.base@start,\
org.eclipse.core.commands@start,\
org.eclipse.core.contenttype@start,\
org.eclipse.core.databinding@start,\
org.eclipse.core.databinding.observable@start,\
org.eclipse.core.databinding.property@start,\
org.eclipse.core.expressions@start,\
org.eclipse.core.jobs@start,\
org.eclipse.core.runtime@start,\
org.eclipse.equinox.app@start,\
org.eclipse.equinox.common@2:start,\
org.eclipse.equinox.http.registry@start,\
org.eclipse.equinox.http.servletbridge@start,\
org.eclipse.equinox.http.servlet@start,\
org.eclipse.equinox.preferences@start,\
org.eclipse.equinox.registry@start,\
org.eclipse.osgi.services@start,\
org.eclipse.help@start,\
org.eclipse.rap.demo@start,\
org.eclipse.rap.jface.databinding@start,\
org.eclipse.rap.jface@start,\
org.eclipse.rap.rwt.q07,\
org.eclipse.rap.rwt@start,\
org.eclipse.rap.tutorial.rap@start,\
org.eclipse.rap.tutorial@start,\
org.eclipse.rap.ui.views@start,\
org.eclipse.rap.ui.workbench@start,\
org.eclipse.rap.ui@start,\
org.eclipse.equinox.servletbridge.extensionbundle
osgi.bundles.defaultStartLevel=4
As Benny suggested, use this guide (
http://help.eclipse.org/galileo/topic/org.eclipse.rap.help/h elp/html/advanced/deployment.html
) how to generate the config.ini from your feature.
Best,
Ivan
On 05/11/2010 5:01 PM, Tobias Semmet wrote:
> Ok my config.ini looks like :
>
> #Eclipse Runtime Configuration File
> osgi.bundles=
> mailto:meizei_1.0.0.jar@start,
> mailto:com.ibm.icu.base_4.0.1.v20090822.jar@start,
> mailto:org.eclipse.core.commands_3.5.0.I20090525-2000.jar@start,
> mailto:org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451.jar@start,
> mailto:org.eclipse.core.databinding_1.2.0.M20090819-0800.jar@start,
> mailto:org.eclipse.core.databinding.beans_1.2.0.I20090525-2000.jar@start,
> mailto: org.eclipse.core.databinding.observable_1.2.0.M20090902-0800 .jar @start,
>
> mailto: org.eclipse.core.databinding.property_1.2.0.M20090819-0800.j ar @start,
>
> mailto:org.eclipse.core.expressions_3.4.100.v20090429-1800.jar@start,
> mailto:org.eclipse.core.jobs_3.4.100.v20090429-1800.jar@start,
> mailto:org.eclipse.core.runtime_3.5.0.v20090525.jar@start,
> mailto:org.eclipse.equinox.app_1.2.1.R35x_v20091203.jar@start,
> mailto:org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar@2:start,
> mailto: org.eclipse.equinox.http.registry_1.0.200.v20090520-1800.jar @start,
>
> mailto:org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800.jar@start,
> mailto:org.eclipse.equinox.preferences_3.2.301.R35x_v20091117.jar@start,
> mailto:org.eclipse.equinox.registry_3.4.100.v20090520-1800.jar@start,
> mailto:org.eclipse.osgi.services_3.2.0.v20090520-1800.jar@start,
> mailto:org.eclipse.rap.jface_1.2.2.20100126-1119.jar@start,
> mailto:org.eclipse.rap.jface.databinding_1.2.2.20100126-1119.jar@start,
> mailto:org.eclipse.rap.rwt_1.2.2.20100126-1119.jar@start,
> mailto:org.eclipse.rap.ui_1.2.2.20100126-1119.jar@start,
> mailto:org.eclipse.rap.ui.forms_1.2.2.20100126-1119.jar@start,
> mailto:org.eclipse.rap.ui.views_1.2.2.20100126-1119.jar@start,
> mailto:org.eclipse.rap.ui.workbench_1.2.2.20100126-1119.jar@start
> osgi.bundles.defaultStartLevel=4
>
> but the same result
> now, in the osgi-console is only
> org-eclipse.osgi_3.5.2....
>
> after called <ss>
|
|
| | | |
Re: The requested resource (BridgeServlet: /meizei/rap) is not available. [message #533792 is a reply to message #533076] |
Mon, 17 May 2010 06:29   |
Tobias Semmet Messages: 37 Registered: July 2009 |
Member |
|
|
Hi Ivan :
my config.ini :
#Eclipse Runtime Configuration File
osgi.bundles=org.eclipse.core.contenttype@start,\
org.eclipse.core.databinding@start,\
org.eclipse.core.databinding.beans@start,\
org.eclipse.core.databinding.observable@start,\
org.eclipse.core.databinding.property@start,\
org.eclipse.core.expressions@start,\
org.eclipse.core.jobs@start,\
org.eclipse.core.runtime@start,\
org.eclipse.equinox.app@start,\
org.eclipse.equinox.common@2:start,\
org.eclipse.equinox.http.registry@start,\
org.eclipse.equinox.http.servlet@start,\
org.eclipse.equinox.preferences@start,\
org.eclipse.equinox.registry@start,\
org.eclipse.osgi.services@start,\
org.eclipse.rap.jface@start,\
org.eclipse.rap.jface.databinding@start,\
org.eclipse.rap.rwt@start,\
org.eclipse.rap.ui@start,\
org.eclipse.rap.ui.forms@start,\
org.eclipse.rap.ui.views@start,\
org.eclipse.rap.ui.workbench@start,\
meizei@start,\
com.ibm.icu.base@start,\
org.eclipse.core.commands@start,\
org.eclipse.equinox.http.servletbridge@start,\
org.eclipse.equinox.servletbridge.extensionbundle
osgi.bundles.defaultStartLevel=4
and the output of the osgi.console :
0 ACTIVE org.eclipse.osgi_3.5.2.R35x_v20100105
Fragements=27
1 ACTIVE org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451
2 ACTIVE org.eclipse.core.databinding_1.2.0.M20090819-0800
3 ACTIVE org.eclipse.core.databinding.beans_1.2.0.I20090525-2000
4 ACTIVE org.eclipse.core.databinding.observable_1.2.0.M20090902-0800
5 ACTIVE org.eclipse.core.databinding.property_1.2.0.M20090819-0800
6 ACTIVE org.eclipse.core.expressions_3.4.100.v20090429-1800
7 ACTIVE org.eclipse.core.jobs_3.4.100.v20090429-1800
8 ACTIVE org.eclipse.core.runtime_3.5.0.v20090525
9 ACTIVE org.eclipse.equinox.app_1.2.1.R25x_v20091203
10 ACTIVE org.eclipse.equinox.common_3.5.1.R25x_v20090807-1100
11 ACTIVE org.eclipse.equinox.http.registry_1.0.200.v20090520-1800
12 ACTIVE org.eclipse.equinox.http.servlet_1.0.200.v20090520-1800
13 ACTIVE org.eclipse.equinox.preferences_3.2.301.R25x_v20091117
14 ACTIVE org.eclipse.equinox.registry_3.4.100.v20090520-1800
15 ACTIVE org.eclipse.osgi.services_3.2.0.v20090520-1800
16 ACTIVE org.eclpise.rap.jface_1.2.2.20100126-1119
17 ACTIVE org.eclpise.rap.jface.databinding_1.2.2.20100126-1119
18 ACTIVE org.eclpise.rap.rwt_1.2.2.20100126-1119
19 ACTIVE org.eclpise.rap.ui_1.2.2.20100126-1119
20 ACTIVE org.eclpise.rap.ui.forms_1.2.2.20100126-1119
21 ACTIVE org.eclpise.rap.ui.view_1.2.2.20100126-1119
22 ACTIVE org.eclpise.rap.ui.workbench_1.2.2.20100126-1119
23 ACTIVE meizei_1.0.0.20100512
24 ACTIVE com.ibm.icu.base_4.0.1.v20090822
25 ACTIVE org.eclipse.core.commands_3.5.0.I20090525-2000
26 ACTIVE org.eclipse.equinox.http.servletbridge_1.0.0
27 RESOLVED org.eclipse.equinox.servletbridge.exctensionbundle_1.0.0
Master=0
thanks for helping
|
|
| |
Goto Forum:
Current Time: Sat Dec 09 02:20:21 GMT 2023
Powered by FUDForum. Page generated in 0.02927 seconds
|