Koti Syamala

Koti Syamala

Error EJPAH5000E: Failed to initialize virtual portal

 Error EJPAH5000E: Failed to initialize virtual portal hr. com.ibm.portal.WpsException: EJPAH5000E: Failed to initialize virtual portal hr.     at com.ibm.wps.portlets.managevirtualportals.actions.DoInitializeVirtualPortalAction.initializeVirtualPortal(DoInitializeVirtualPortalAction.java:207)     at com.ibm.wps.portlets.managevirtualportals.actions.DoInitializeVirtualPortalAction.doExecute(DoInitializeVirtualPortalAction.java:92)     at com.ibm.wps.portlets.adminstruts.actions.BaseAction.execute(BaseAction.java:64)     at com.ibm.wps.portlets.struts.WpsRequestProcessor.processActionPerform(WpsRequestProcessor.java:338)     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)     at com.ibm.wps.portlets.struts.WpsStrutsPortlet.processActionPerformed(WpsStrutsPortlet.java:1970)     at com.ibm.wps.portlets.struts.WpsStrutsPortlet.actionPerformed(WpsStrutsPortlet.java:1660)     at com.ibm.wps.portlets.adminstruts.WpsAdminStrutsPortlet.actionPerformed(WpsAdminStrutsPortlet.java:261)…

dGrid Example

Before doing this example you should have this files                 dgrid you will get from this                  its dependencies                         xstyle: xstyle                         put-selector: put-selector             place  all in this structure                         dojoàdojo                                    dijit                                     dgrid                                    …

How to Export Entire Portal Configurations Using XMLAccess

 How to Export Entire Portal Configurations Using XMLAccess 1.       Open CMD 2.       Go to <IBM>WebSpherePortalServerbin 3.       Run this command xmlaccess.bat -user wpsadmin -password passw0rd_123 –url http://localhost:10039/wps/config  -in “C:IBMWebSpherePortalServerdocxml-samplesExport.xml” -out result.xml 4.       Out will be result.xml in bin folder contains all…

Default and static methods of Interface in Java 8 example

Java 8 Introduces interfaces with default and static methodsInterface:package org.interfaces; public interface MyInterface { //Abstarct method      public void printSomeThing();             //static method static void callMe() { System.out.println(“Called Static method of My interface!”); }   …

Lambda expression example in java 8

Functional Interface:  An interface with only one abstract methodpackage org.lamda; @FunctionalInterfacepublic interface Fun { public void makeFun(String f);} Lambda Expression: (->)  Lambda expressions are anonymous functions, we can pass as a parameter to a function instead of object. package org.lamda;…

Web Services for Remote Portlet (WSRP)

The WSRP is a specification.it is used to define a portlet’s operations to remote containers. JSR 286 portlets and WSRP may be used together to define a portlet and to provide remote operations. Similarly, .NET portlets may be created for…

Enable Notifications OK No thanks