Hi Experts
I have some pages made with WPC, since yesterday y have some errors in the published content
Error tiempo ejecución del portal Excepción durante procesamiento de la petición. Envíe el ID de la excepción a su administrador del portal ID excepción 02:16_26/02/14_3396_2993850 |
when I see the log this is the error
java.lang.IllegalStateException: PlAttribute: attribute value is not of type double
at com.sapportals.portal.pcd.pl.PlAttribute.getDouble(PlAttribute.java:1153)
at com.sapportals.portal.pcd.pcm.roles.RoleNavigationImpl.getPriority(RoleNavigationImpl.java:536)
at com.sapportals.portal.navigation.cache.connector.CacheNavigationConnectorNode.getPriority(CacheNavigationConnectorNode.java:651)
at com.sapportals.portal.navigation.NavigationNode.getPriority(NavigationNode.java:1381)
at com.sapportals.portal.navigation.util.Sorter.compare(Sorter.java:46)
at java.util.Arrays.mergeSort(Arrays.java:1270)
at java.util.Arrays.mergeSort(Arrays.java:1281)
at java.util.Arrays.sort(Arrays.java:1210)
at java.util.Collections.sort(Collections.java:159)
at com.sapportals.portal.navigation.NavigationNode.sortCollection(NavigationNode.java:1790)
at com.sapportals.portal.navigation.NavigationNode.getChildren(NavigationNode.java:660)
at com.sapportals.portal.navigation.NavigationNode.getDefaultNode(NavigationNode.java:1150)
at com.sapportals.portal.navigation.NavigationEventsHelperService.getDefaultPageForFolder(NavigationEventsHelperService.java:802)
at com.sapportals.portal.navigation.NavigationEventsHelperService.getDefaultPageForFolder(NavigationEventsHelperService.java:793)
at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:734)
at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentContextNavNode(NavigationEventsHelperService.java:316)
at com.sapportals.portal.navigation.NavigationEventsHelperService.getNavNodesListForPath(NavigationEventsHelperService.java:871)
at com.sapportals.portal.navigation.NavigationEventsHelperService.getNavNodesListForPath(NavigationEventsHelperService.java:865)
at PRT_jsp_WEB_2d_INF_pagelet_LightDetailedNavigationTree_2993850_1374722955000_1374728359633._doContent(PRT_jsp_WEB_2d_INF_pagelet_LightDetailedNavigationTree_2993850_1374722955000_1374728359633.java:83)
at PRT_jsp_WEB_2d_INF_pagelet_LightDetailedNavigationTree_2993850_1374722955000_1374728359633.service(PRT_jsp_WEB_2d_INF_pagelet_LightDetailedNavigationTree_2993850_1374722955000_1374728359633.java:38)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:314)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:380)
at com.sapportals.portal.prt.core.async.IncludeItemResponse.include(IncludeItemResponse.java:157)
at com.sap.portal.navigation.LightDetailedNavigationTree.doContent(LightDetailedNavigationTree.java:47)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:205)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:121)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:119)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Caused by: java.lang.ClassCastException: class java.lang.String:null incompatible with class java.lang.Double:null
Could you help me to find any solution?
Best regardas