Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[kura-dev] Kura Emulator

Hi,

I tried to build and run Kura by following the Get started document
(http://wiki.eclipse.org/Kura/Getting_Started). All, except that I
used the release-0.7.0 branch. Everything went well, except when I
tried to run the emulator on Mac OS X. There was an error:

13:54:28,167 [Start Level Event Dispatcher] WARN  Console:151  - Error
Registering Web Resources
java.lang.NoClassDefFoundError: com/extjs/gxt/ui/client/data/ListLoadResult
at org.eclipse.kura.web.Console.activate(Console.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:235)
.... (truncated)
Caused by: java.lang.ClassNotFoundException:
com.extjs.gxt.ui.client.data.ListLoadResult
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:501)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 60 more

The kura web interface also indicated 404 errors (see attached
figure). How to fix this problem?


Best regards,
Linda Ariani Gunawan
Software Developer
Bitreactive AS, Norway

Attachment: kura.jpg
Description: JPEG image


Back to the top