Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[rap-dev] RAP demo problem

Hi,
I tried the latest build and the org.eclipse.equinox.http.jetty bundle is still in resolved state.When  i manually start the bundle, it still throws the bundle exception as explained in the previous mail.
The configuration i use :

JDK :       jdk_1.5

Eclipse :  Version: 3.3.0
               Build id: I20070625-1500

RAP build: rap-1-0-I-incubation-target-3
.3-20070921-1419.zip

Is there any extra configuration i need to do.
I just extract the target platform and change the target preferences to the new target settings.
Then import the demo plug-in as a source project.When i try to run the OSGi launch configuration
i get an osgi prompt without any error messages.When i execute ss command,  i get the following output:
- Hide quoted text -


  osgi> ss

        Framework is launched.

        id    State       Bundle
        0    ACTIVE      org.eclipse.osgi_3.3.0.v200705
30
        1    ACTIVE  org.eclipse.equinox.http.registry_1.0.0.20070921-1419
        2    ACTIVE   org.eclipse.rap.jface.databinding_1.0.0.20070921-1419
        3    ACTIVE      org.eclipse.rap.demo_1.0.0.20070921-1419
        4    ACTIVE      org.eclipse.rap.ui_1.0.0.20070921-1419
        5    ACTIVE      org.eclipse.core.jobs_3.3.0.v20070423
        6    ACTIVE     org.eclipse.equinox.preferences_3.2.100.v20070522
        7    ACTIVE    org.eclipse.core.expressions_3.3.0.v20070531-1300
        8    ACTIVE     org.eclipse.rap.core.databinding_1.0.0.20070921-1419
        9    ACTIVE      org.eclipse.equinox.app_1.0.0.v20070423
        10    ACTIVE      org.eclipse.equinox.common_3.3.0.v20070426
        11    ACTIVE      org.eclipse.core.commands_3.3.0.I20070523-1500

        12    ACTIVE      org.eclipse.rap.rwt_1.0.0.20070921-1419
        13    ACTIVE      org.eclipse.osgi.services_3.1.200.v20070531
        14    ACTIVE      org.eclipse.equinox.registry_3.3.0.v20070522
        15    ACTIVE      org.eclipse.equinox.http.servlet_1.0.100.20070921-1419
        16    ACTIVE      org.eclipse.rap.jface_1.0.0.20070921-1419
        17    ACTIVE      org.mortbay.jetty_5.1.11.20070921-1419
        18    RESOLVED org.eclipse.equinox.http.jetty_1.0.100.20070921-1419
        19    ACTIVE      org.eclipse.core.runtime_3.3.100.v20070530
        20    ACTIVE      org.eclipse.rap.ui.workbench_1.0.0.20070921-1419
        21    ACTIVE      javax.servlet_2.4.0.20070921-1419
        22    ACTIVE       org.eclipse.core.contenttype_3.2.100.v20070319
        23    ACTIVE      org.eclipse.rap.core.databinding.beans_1.0.0.20070921-1419
        24    ACTIVE      org.apache.commons.logging_1.0.4.20070921-1419

The 18th bundle is key bundle i guess, it is in resolved state.
When i start the 18 bundle, i get a nested exception.
What is happening and how do i resolve it ?

I need to try the demo application.Please do help me in running the application and will certainly look forward for some light on this.
Regards,
Murali

Back to the top