Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Update OSGi framework embedded for org.eclipse.equinox.servletbridge_1.2.300.v20130508-1243

Equinox 4.4 (Luna) [1] release includes the following version of org.eclipse.osgi:  org.eclipse.osgi_3.10.0.v20140606-1445.jar

Perhaps you are configuring the wrong version?

Also, be aware of bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=412984 you will need to upgrade the servlet bridge itself to be able to work with the latest Equinox Luna release.

Tom

[1] http://download.eclipse.org/equinox/drops/R-Luna-201406061215/index.php


Inactive hide details for David Cao ---07/18/2014 04:18:36 AM---Hello there, I downloaded bridge.war and have it deployed to ToDavid Cao ---07/18/2014 04:18:36 AM---Hello there, I downloaded bridge.war and have it deployed to Tomcat 6; and it worked

From: David Cao <govelogo@xxxxxxxxx>
To: equinox-dev@xxxxxxxxxxx
Date: 07/18/2014 04:18 AM
Subject: [equinox-dev] Update OSGi framework embedded for org.eclipse.equinox.servletbridge_1.2.300.v20130508-1243
Sent by: equinox-dev-bounces@xxxxxxxxxxx





Hello there, 

I downloaded bridge.war and have it deployed to Tomcat 6; and it worked fine. Now I like to upgrade the OSGi version embedded in the bridge. I did this,

1. download latest equinox framework (R4_4); 
2. replace the equinox bundles in WEB-INF/eclipse/plugins folder with the new ones; 
3. update \WEB-INF\eclipse\features\org.eclipse.equinox.servletbridge.feature_1.0.0\feature.xml of plugin versions to updated ones, e.g.
   <plugin
         id="org.eclipse.osgi"
         download-size="0"
         install-size="0"
         version="3.9.1.v20140110-1610"
         unpack="false"/>

Then I started Tomcat, I was hoping to see framework is updated to 3.9.1. But instead I see following exception in console, 

So, 1st, am I doing something legal here? and what has been wrong? or do I need to update org.eclipse.equinox.servletbridge as well? Thanks!!

Jul 18, 2014 6:13:29 AM org.apache.catalina.core.ApplicationContext log
SEVERE: Error while starting Framework
java.lang.RuntimeException: Could not find framework
at org.eclipse.equinox.servletbridge.FrameworkLauncher.findFrameworkURLs(FrameworkLauncher.java:443)
at org.eclipse.equinox.servletbridge.FrameworkLauncher.start(FrameworkLauncher.java:400)
at org.eclipse.equinox.servletbridge.BridgeServlet.init(BridgeServlet.java:83)
at javax.servlet.GenericServlet.init(GenericServlet.java:212)
at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1213)
...

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev

GIF image


Back to the top