Skip to main content

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

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




Back to the top