Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
3.09.00
-
None
-
Sprint 68, Sprint 69
Description
In Go-Green Enterprise site, when going to the News & Events page following ClassCastException is in the console:
[INFO] [talledLocalContainer] org.hippoecm.hst.core.component.HstComponentException: java.lang.ClassCastException: org.hippoecm.hst.content.beans.standard.HippoDocument cannot be cast to org.onehippo.forge.tcmp.beans.TagCloudBean
[INFO] [talledLocalContainer] at org.hippoecm.hst.core.container.HstComponentInvokerImpl.invokeBeforeRender(HstComponentInvokerImpl.java:146)
[INFO] [talledLocalContainer] at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
[INFO] [talledLocalContainer] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] [talledLocalContainer] at java.lang.reflect.Method.invoke(Method.java:606)
[INFO] [talledLocalContainer] at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
[INFO] [talledLocalContainer] at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
[INFO] [talledLocalContainer] at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
[INFO] [talledLocalContainer] at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
[INFO] [talledLocalContainer] at org.hippoecm.hst.core.container.PersistableSessionAroundAdvice.invoke(PersistableSessionAroundAdvice.java:68)
[INFO] [talledLocalContainer] at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
[INFO] [talledLocalContainer] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[INFO] [talledLocalContainer] at java.lang.reflect.Method.invoke(Method.java:606)
Attachments
Issue Links
- relates to
-
GOGREEN-1200 load all forge beans by default instead of per project
- Closed