VssPlugin is an excellent plugin for Eclipse which enables integration of code with Vss and makes life much simpler.
"An error has occurred activating decorator VSS Plugin Team Decorator."
During Startup and also the following error after you configure the VSS client,
" An error occured when setting vssplugin nature for project. Perhaps the .project file is readonly?"
" org.eclipse.jface.viewers.BaseLabelProvider"
if you get the foresaid error, update the eclipse used by RAD to the latest version.
You can do this by going to
Help>Software Updates>Find and Install>Search for update of currently installed features then selecting Eclipse.
This is due to the anchors,
The use of the anchors depends on the configuration of your device, for example your desktop browser. It is controlled by a client device capability called FRAGMENT_IDENTIFIER. When the used device, for example the browser, has this capability enabled, the portal adds an anchor to the portlet URL. You can disable the addition of the anchors by deleting the capability FRAGMENT_IDENTIFIER from the desired clients. You do this under Administration > Portal Settings > Supported Clients.
Read more regarding this here :
http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.jsp?
topic=/com.ibm.wp.zos.doc/wps/adisancr.html
"com.ibm.ejs.container.DuplicateHomeNameException"
If you get a DuplicateHomeNameException even though you dont have two similar named ejb`s try doing this,
- uninstall your application
stop the server
delete all 3 eventbufferX.ser files in the $WS_HOME\AppServer\profiles\default\wstemp\events
restart server
reinstall your application