Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Running web bundle over concierge

Hello Harini,

Can you run the 'ss' and 'ls' commands in the OSGi console and paste the results? Also, if you are running the Kura emulator, make sure you are connecting to the correct port and no other applications are using that port.

Thanks,
--Dave

On 7/20/14, 10:54 AM, Harini Sirisena wrote:
Hi,

When running the kura web bundle over concierge, the bundle gets resolved and started, however I am getting a 404 error with the message below in the browser,

Problem accessing /kura. Reason:
    ProxyServlet: /kura

The web bundle resolves over concierge when started with the below listed dependencies which includes the kura bundle dependencies,

javax.servlet_3.0.0.v201112011016.jar,
org.apache.commons.io_2.4.0.jar,
org.apache.commons.fileupload_1.2.2.v20111214-1400.jar,
com.gwt.user_0.2.0.jar,
javax.usb.api_1.0.2.jar,
org.eclipse.soda.dk.comm_1.2.0.jar,
osgi.cmpn_4.3.0.201111022214.jar,
o.e.kura.api,
mqtt-client_0.4.0.jar,
org.hsqldb.hsqldb_2.3.0.jar,
o.e.kura.core,
o.e.kura.core.configuration,
o.e.kura.core.net,
osgi.cmpn_4.3.0.201111022214.jar,
o.e.kura.core.deploymentagent,
org.eclipse.jetty.util_8.1.3.v20120522.jar,
org.eclipse.jetty.io_8.1.3.v20120522.jar,
org.eclipse.jetty.continuation_8.1.3.v20120522.jar,
org.eclipse.jetty.http_8.1.3.v20120522.jar,
org.eclipse.jetty.server_8.1.3.v20120522.jar,
org.eclipse.jetty.security_8.1.3.v20120522.jar,
org.eclipse.jetty.servlet_8.1.3.v20120522.jar,
org.eclipse.equinox.http.servlet_1.1.300.v20120522-1841.jar,
org.eclipse.equinox.http.jetty_3.0.0.v20120522-1841.jar

I believe the error is due to a missing dependency. What are the required equinox specific bundles for the kura web bundle to launch? Some equinox bundles (not listed here) do not currently resolve over concierge. This could be an issue in getting the kura web bundle to work over concierge.


Thanks,
Harini Sirisena





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


Back to the top