Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » unresolved contraints in tomcat deployment
unresolved contraints in tomcat deployment [message #109934] Mon, 20 October 2008 16:55 Go to next message
Eclipse UserFriend
Originally posted by: m.n.com

I have followed the tutorial
( http://www.volanakis.de/nuggets/rap_deployment_with_war/rap_ deployment_with_war.html)

And when i deploy every thing seems ok except when i run the application
and when i check the osgi console. It seems that constraints are
missing. I have also ran the export from the feature.xml and there is no
log.zip. Below is what I see in my console ( I changed my
org.eclipse.equinox.http.servletbridge plugin to use 2.4 instead of 2.3
and it didn't fix the issue - that is why you see 2.3)


osgi> ss

Framework is launched.

id State Bundle
0 ACTIVE org.eclipse.osgi_3.4.0.v20080605-1900
1 ACTIVE org.eclipse.equinox.common_3.4.0.v20080421-2006
2 INSTALLED
org.eclipse.equinox.http.servletbridge_1.0.0.200810201244
3 INSTALLED org.eclipse.equinox.http.registry_1.0.100.v20080427-0830

osgi> diag 2
initial@reference :file:plugins/org.eclipse.equinox.http.servletbridge_1.0.0.2 008
10201244.jar/ [2]
Direct constraints which are unresolved:
Missing imported package javax.servlet_2.4.0.
Missing imported package javax.servlet.http_2.4.0.
Missing imported package org.eclipse.equinox.http.servlet_1.0.0.
Missing imported package org.eclipse.equinox.servletbridge_1.0.0.
Missing imported package org.osgi.service.http_1.2.0.

osgi> diag 3
initial@reference :file:plugins/org.eclipse.equinox.http.registry_1.0.100.v200 804
27-0830.jar/ [3]
Direct constraints which are unresolved:
Missing required bundle org.eclipse.equinox.registry_0.0.0.
Missing imported package javax.servlet_2.3.0.
Missing imported package javax.servlet.http_2.3.0.
Missing imported package org.osgi.service.http_1.2.0.
Re: unresolved contraints in tomcat deployment [message #109944 is a reply to message #109934] Mon, 20 October 2008 17:42 Go to previous message
Eclipse UserFriend
Originally posted by: m.n.com

I was missing this - org.eclipse.update.configurator

I watched the demo twice and i don't remember seeing it added to the
feature. Other than that, the demo was very good! :)

Mark wrote:
> I have followed the tutorial
> ( http://www.volanakis.de/nuggets/rap_deployment_with_war/rap_ deployment_with_war.html)
>
>
> And when i deploy every thing seems ok except when i run the application
> and when i check the osgi console. It seems that constraints are
> missing. I have also ran the export from the feature.xml and there is no
> log.zip. Below is what I see in my console ( I changed my
> org.eclipse.equinox.http.servletbridge plugin to use 2.4 instead of 2.3
> and it didn't fix the issue - that is why you see 2.3)
>
>
> osgi> ss
>
> Framework is launched.
>
> id State Bundle
> 0 ACTIVE org.eclipse.osgi_3.4.0.v20080605-1900
> 1 ACTIVE org.eclipse.equinox.common_3.4.0.v20080421-2006
> 2 INSTALLED org.eclipse.equinox.http.servletbridge_1.0.0.200810201244
> 3 INSTALLED
> org.eclipse.equinox.http.registry_1.0.100.v20080427-0830
>
> osgi> diag 2
> initial@reference :file:plugins/org.eclipse.equinox.http.servletbridge_1.0.0.2 008
>
> 10201244.jar/ [2]
> Direct constraints which are unresolved:
> Missing imported package javax.servlet_2.4.0.
> Missing imported package javax.servlet.http_2.4.0.
> Missing imported package org.eclipse.equinox.http.servlet_1.0.0.
> Missing imported package org.eclipse.equinox.servletbridge_1.0.0.
> Missing imported package org.osgi.service.http_1.2.0.
>
> osgi> diag 3
> initial@reference :file:plugins/org.eclipse.equinox.http.registry_1.0.100.v200 804
>
> 27-0830.jar/ [3]
> Direct constraints which are unresolved:
> Missing required bundle org.eclipse.equinox.registry_0.0.0.
> Missing imported package javax.servlet_2.3.0.
> Missing imported package javax.servlet.http_2.3.0.
> Missing imported package org.osgi.service.http_1.2.0.
Previous Topic:Trouble with RAP JUnit tests
Next Topic:AssertionFailedException when pressing refresh in browser
Goto Forum:
  


Current Time: Fri Apr 26 07:43:24 GMT 2024

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

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

Back to the top