Dear Experts -
We are getting weird errors after the upgrade. We have got a page to display the PDF documents.
We have created the i views using the "KM Document I view" template. My i view preview works perfectly but when i add to page i'm facing issues.
Just to add It's not always throws the error.. sometimes it works.. sometimes it throws the error.
However my query is.. i just noticed the below difference and wanted to your feedback.
As you can see below, the show tray option has got a check box in one iview and in some others we got "true/false" and both are based on the same template(KM Document I view)
Is there any way that my page metadata is not getting updated? if so how do i check?
Error messages which we noticed in NWA :
Error :1
com.sap.portal.prt.broker.PortalModuleNotFoundException: Could not retrieve portal application ~0_files
at com.sap.portal.prt.broker.PortalAppBroker.ensurePortalModuleIsStarted(PortalAppBroker.java:640)
at com.sap.portal.prt.broker.PortalAppBroker.getPortalModule(PortalAppBroker.java:319)
at com.sap.portal.prt.component.PortalComponentContextFactory.createPortalComponentContext(PortalComponentContextFactory.java:140)
at com.sap.portal.prt.component.PortalComponentContextFactory.getPortalComponentContext(PortalComponentContextFactory.java:82)
at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:442)
at com.sapportals.portal.prt.connection.ServletConnection._handleRequest(ServletConnection.java:224)
---------------------------------------------------------------------------
Error : 2
java.lang.NullPointerException: while trying to invoke the method java.lang.Object.equals(java.lang.Object) of a null object loaded from local variable 'design'
at com.sapportals.htmlb.enums.TrayDesign.getDesignClass(TrayDesign.java:69)
at com.sapportals.portal.pb.PageUtilHook.onComponentBegin(PageUtilHook.java:125)
at com.sapportals.portal.pb.PageUtilHook.doDocumentHook(PageUtilHook.java:77)
at com.sapportals.portal.pb.PageUtilHook.doDocumentHook(PageUtilHook.java:46)
at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:222)
--------------------------------------------------------------------------------
Error : 3
java.lang.IllegalStateException: Cannot lookup resource AdminBase: javax.naming.InvalidNameException: Character not allowed: ':' in 'gbpem:'
at com.sap.portal.admin.studio.runtime.Resource.getAdminBase(Resource.java:114)
at com.sap.portal.adminstudio.foundation.Foundation.getResource(Foundation.java:694)
at com.sap.portal.adminstudio.foundation.wdp.InternalFoundation.wdInvokeMethod(InternalFoundation.java:388)
at com.sap.tc.webdynpro.progmodel.generation.ExternalControllerPI$ExternalInterfaceInvocationHandler.invoke(ExternalControllerPI.java:339)
at com.sun.proxy.$Proxy912.getResource(Unknown Source)
at com.sap.portal.adminstudio.browse.TreeView.addEntryPointElements(TreeView.java:1002)
Please share your thoughts.
Thank you.