Interview Questions on websphere portal
1)servlet and portlet difference
2)portlet wiring
3)jsr 286
4)interportlet comm
5)jsr 168 286
6)url mappings
7)portlet code vs servlet
8)themes and skins
9)rad
*10)maven
*11))oblix
Thursday, February 11, 2010
Thursday, October 29, 2009
Commands to Start/stop server - on Websphere Portal
typical Installation Path:
/opt/IBM/WebSphere/AppServer/bin
./stopServer.sh WebSphere_Portal -username -password
./startServer.sh WebSphere_Portal -username -password
Command to Start/Stop Node Manager –
./stopNode.sh -username -password
./startNode.sh
commands for sync up nodes
./syncNode.sh –username -password
com.ibm.wps.command.MissingParameterException: EJPEB0612E: AbstractXmlExtractCommand Missing Parameter.
solution:
Problem: Error occurs when exporting files from various portlets
When you export files from the Manage Pages, Template Library or Policy administrative portlets, you may receive one of the error messages below if using Internet Explorer:
- Manage Pages portlet:
com.ibm.wps.command.MissingParameterException: EJPEB0612E: AbstractXmlExtractCommand Missing Parameter. - Template Library portlet: You will get an error message or message in browser information bar
- Policy portlet: XML document must have a top level element. Error processing resource
Cause: Browser security settings prevented the browser from downloading the file export.
Solution: Perform the following steps:
- Open your Internet Explorer browser.
- Click Tools > Internet Options.
- Click the Security tab.
- Click the Custom Level button.
- Under the Downloads section, click the Enable radio button under Automatic prompting for file downloads.
Tuesday, October 27, 2009
Saturday, October 24, 2009
Friday, October 23, 2009
Problem 10/23/2009
Problem:
class file has wrong version 50.0, should be 49.0
solution:
downgrade your JDK to 1.5
Below are a list of some of the version numbers and their corresponding Java runtimes:
Version 50.0 = Java 1.6.x
Version 49.0 = Java 1.5.x
Version 48.0 = Java 1.4.x
class file has wrong version 50.0, should be 49.0
solution:
downgrade your JDK to 1.5
Below are a list of some of the version numbers and their corresponding Java runtimes:
Version 50.0 = Java 1.6.x
Version 49.0 = Java 1.5.x
Version 48.0 = Java 1.4.x
Monday, October 19, 2009
Problem - 10/19/09
Problem:
com.sun.faces.application.ApplicationAssociate createAndMaybeStoreManagedBeans Can't instantiate class:
Resolution:
Constructor in one of the beans.
Try fixing the constructor to sync up with the super()
com.sun.faces.application.ApplicationAssociate createAndMaybeStoreManagedBeans Can't instantiate class:
Resolution:
Constructor in one of the beans.
Try fixing the constructor to sync up with the super()
Subscribe to:
Posts (Atom)