shevett / congo

CONGO Event Management System
GNU Affero General Public License v3.0
3 stars 1 forks source link

Regprompt properties cause crash on processing. #332

Open shevett opened 10 years ago

shevett commented 10 years ago

If propertyconfigurations are marked as 'regprompt', in Coconut, they CAN cause a null pointer exception when doing checkins or prints. Unmarking these is a workaround, but obviously not a good one.

Further digging - this may ONLY be happening on 'picker' propertyConfigurations. Others seem to be okay. Needs further exploration.

java.lang.NullPointerException at com.stonekeep.congo.coconut.PrintBadge.execute(PrintBadge.java:172) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597)