Skip to main content

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

Hi David,

Everything works OK now. Thanks a lot.

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

On Mon, Sep 1, 2014 at 5:12 PM, Woodard, David
<David.Woodard@xxxxxxxxxxxx> wrote:
> Hello Linda,
>
> There was a bug in the release branch. I have a pushed a fix to the release-0.7.0 branch. You will need to rebuild with Maven and refresh your Eclipse workspace. Let me know if you continue to have problems.
>
> Thanks,
> —Dave
>
> On Sep 1, 2014, at 5:35 AM, Linda Ariani Gunawan <linda@xxxxxxxxxxxxxxx> wrote:
>
>> 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
>> <kura.jpg>_______________________________________________
>> 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