Friends,
I am making changes to portal logon page. I downloaded the standard par file from portal and uploaded it to NWDS as par file. I did not make any changes to any .jsp or any other files in the par file. I just copied the .jsp and .txt files from "dist" folder to the "jsp" and "pagelet" folders under PORTAL-INF folder. I exported the whole project as par file again and uploaded it to the portal using PDK deployer and remover.
When i test it in the PDK viewer, i get the following portal runtime exceptions. Here is the error log:
-
Start of error log -
#1#com.sapportals.portal.prt.component.PortalComponentException: Error in init method Component : com.<companyname>.portal.runtime.re-authenticate.default at Caused by: java.lang.ClassNotFoundException: com.sapportals.portal.ume.component.logon.SAPMLogonComponent -
-
Loader Info -
ClassLoader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@16a55b17]
Parent loader name: [com.sapportals.portal.prt.util.ApplicationClassLoader@36ab082b]
References:
not registered!
No resources !
-
at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:382)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:219)
at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.getInstanceInternal(PortalComponentItemFacade.java:228)
-
End of error log -
Please let me know how to rectify this error.
Thanks.