tag:blogger.com,1999:blog-6180816727867247030.post-55090527334695698802008-08-07T09:09:00.000-07:002008-08-07T09:09:00.000-07:002008-08-07T09:09:00.000-07:00Hi, I'm new to RAP and having problems. ...Hi,<BR/> <BR/>I'm new to RAP and having problems. I've been following the screen cast and notes to try deploy the calculator with Jetty. It all seems quite straight forward, but can't get it to work. <BR/><BR/>I've worked through the calculator example many times. When I run "eclipse -console" in the command window the OSGi console starts, but "ss" only shows...<BR/><BR/><BR/><BR/>Framework is launched.<BR/>id State Bundle<BR/>0 ACTIVE org.eclipse.osgi_3.4.0.v20080605-1900<BR/><BR/><BR/><BR/>For some reason, the the other bundles aren't being discovered.<BR/><BR/><BR/>I thought to try a simpler example using the "Hello World" demo as a project "xxx", but still the same problem. <BR/><BR/>I can install and start the bundles individually from the OSGi command prompt, although I haven't pursued this to the point of getting an example working. <BR/><BR/><BR/><BR/><BR/>The top level structure is...<BR/><BR/>c:\xxx<BR/> configuration<BR/> eclipse.exe<BR/> features<BR/> plugins<BR/><BR/><BR/><BR/><BR/>And the plugins directory contains...<BR/><BR/>com.ibm.icu_3.8.1.v20080530.jar<BR/>javax.servlet_2.4.0.v200806031604.jar<BR/>org.apache.commons.logging_1.0.4.v20080605-1930.jar<BR/>org.eclipse.core.commands_3.4.0.I20080509-2000.jar<BR/>org.eclipse.core.contenttype_3.3.0.v20080604-1400.jar<BR/>org.eclipse.core.databinding_1.1.0.I20080527-2000.jar<BR/>org.eclipse.core.expressions_3.4.0.v20080603-2000.jar<BR/>org.eclipse.core.jobs_3.4.0.v20080512.jar<BR/>org.eclipse.core.runtime_3.4.0.v20080512.jar<BR/>org.eclipse.equinox.app_1.1.0.v20080421-2006.jar<BR/>org.eclipse.equinox.common_3.4.0.v20080421-2006.jar<BR/>org.eclipse.equinox.http.jetty_1.1.0.v20080425.jar<BR/>org.eclipse.equinox.http.registry_1.0.100.v20080427-0830.jar<BR/>org.eclipse.equinox.http.servlet_1.0.100.v20080427-0830.jar<BR/>org.eclipse.equinox.launcher.win32.win32.x86_1.0.100.v20080509-1800 (directory)<BR/>org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar<BR/>org.eclipse.equinox.preferences_3.2.200.v20080421-2006.jar<BR/>org.eclipse.equinox.registry_3.4.0.v20080516-0950.jar<BR/>org.eclipse.osgi.services_3.1.200.v20071203.jar<BR/>org.eclipse.osgi_3.4.0.v20080605-1900.jar<BR/>org.eclipse.rap.jface.databinding_1.1.0.20080613-1055.jar<BR/>org.eclipse.rap.jface_1.1.0.20080613-1055.jar<BR/>org.eclipse.rap.rwt.q07_1.1.0.20080613-1055.jar<BR/>org.eclipse.rap.rwt_1.1.0.20080613-1055.jar<BR/>org.eclipse.rap.ui_1.1.0.20080613-1055.jar<BR/>org.eclipse.update.configurator_3.2.200.v20080417.jar<BR/>org.mortbay.jetty_5.1.14.v200806031611.jar<BR/>xxx_1.0.0.jar<BR/><BR/><BR/><BR/>And config.ini...<BR/><BR/>#bundles to start <BR/><BR/>osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@3:start,org.eclipse.rap.ui@4:start,org.<BR/><BR/>eclipse.equinox.http.jetty@4:start<BR/><BR/># options for the equinox launcher<BR/># do not run an eclipse application<BR/>eclipse.ignoreApp=true<BR/># don't shutdown osgi after exiting (or not running) the application<BR/>osgi.noShutdown=true<BR/><BR/># incoming port for the server<BR/>org.osgi.service.http.port=7070<BR/><BR/><BR/><BR/>If anyone has any ideas, they'd really be appreciated. Maybe it's something embarrassingly obvious, but I just can't see it.Anonymousnoreply@blogger.com