Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Alpha3
-
Component/s: Samples
-
Labels:None
-
Environment:n/a
Description
Caused by: java.lang.ArithmeticException: / by zero
at org.icepush.jsp.samples.region.GroupNotificationCounter.getCounter(GroupNotificationCounter.java:64)
at org.icepush.jsp.samples.region.GroupNotificationCounter.getCounter(GroupNotificationCounter.java:55)
at sun.reflect.GeneratedMethodAccessor739.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:293)
at org.icepush.jsp.samples.region.GroupNotificationCounter.getCounter(GroupNotificationCounter.java:64)
at org.icepush.jsp.samples.region.GroupNotificationCounter.getCounter(GroupNotificationCounter.java:55)
at sun.reflect.GeneratedMethodAccessor739.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.el.BeanELResolver.getValue(BeanELResolver.java:293)
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #20554 | Wed Feb 10 09:20:13 MST 2010 | philip.breau | - also fix 'unchecked' cast compiler warning |
Files Changed | ||||
MODIFY
/scratchpads/snowplow/integration/jsp/samples/region/src/main/java/org/icepush/jsp/samples/region/GroupNotificationCounter.java
|