Event: 87.495 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/ui/UIState$PushConfigurationStateBeanInfo> (0x6bcdda60) thrown at [/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp,
Event: 87.500 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/ui/UIState$PushConfigurationStateCustomizer> (0x6bcfe4a0) thrown at [/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp
Event: 87.508 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/ui/UIState$LocaleDataBeanInfo> (0x6bd21200) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 87.512 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/ui/UIState$LocaleDataCustomizer> (0x6bd3e018) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 87.520 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/button/ButtonStateBeanInfo> (0x6bd5d310) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 87.524 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/button/ButtonStateCustomizer> (0x6bd79568) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 87.531 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/label/LabelStateBeanInfo> (0x6bd98f58) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 87.535 Thread 0x00c34000 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/ui/label/LabelStateCustomizer> (0x6bdb4330) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 98.843 Thread 0x6aeb6800 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/MouseEventDetailsBeanInfo> (0x6bbd1008) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
Event: 98.852 Thread 0x6aeb6800 Exception <a 'java/lang/ClassNotFoundException': com/vaadin/shared/MouseEventDetailsCustomizer> (0x6bbebe88) thrown at
[/HUDSON3/workspace/8-2-build-glinux-arm-vfp-hflt/jdk8u72/5059.nc/hotspot/src/share/vm/classfile/systemDictionary.cpp, line 210]
( This is running on a Raspberry PI with Tomcat 8)
I am geting the above core dump only thing I see is Vaadin So I opened a TRAC ticket and got this:
[color=#FF0000]
[b]
Comment (by Artur Signell):
Probably a problem in your setup as classes like ButtonStateCustomizer are
not included in the framework.
The first thing I notice is you mention running on Tomcat, but your pom references Jetty. Is that on purpose?
The BeanInfo and Customizer stuff is not normal behavior for Vaadin, something is causing that to happen. Have you tried running this application on a desktop rather than a RPI, and comparing the behavior?
You can also try excluding dependencies, checking for the ClassNotFoundException, and then re-introduce them individually to find the culrpit.