Here are some nice startup links for project management. If you are a beginner in project management you will find these resources very useful
Sun in Oracle!
Things are becoming more clear about the takeover of Sun by Oracle (Don’t worry the Sun will still shine). The world’s most popular programming language is surely going to live and evolve but, Sun cloud is no more a story but a history!
A very good post on the acquisition 5 Opportunities and 3 Threats for Oracle. Must read!!
2009 Tax
Error on IBM Websphere: SSLHandshakeException, No trusted certificate found
If you are getting an error similiar to the one mentioned below the problem is with the signer as the signer may need to be added to local trust store.
Stack trace: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: No trusted certificate found
at com.ibm.jsse2.n.a(n.java:18)
at com.ibm.jsse2.jc.a(jc.java:463)
at com.ibm.jsse2.db.a(db.java:179)
at com.ibm.jsse2.db.a(db.java:107)
at com.ibm.jsse2.eb.a(eb.java:83)
at com.ibm.jsse2.eb.a(eb.java:237)
at com.ibm.jsse2.db.m(db.java:56)
at com.ibm.jsse2.db.a(db.java:174)
at com.ibm.jsse2.jc.a(jc.java:579)
at com.ibm.jsse2.jc.g(jc.java:168)
On WAS 6.1 : SSL certificate and key management > Key stores and certificates > NodeDefaultTrustStore > Signer certificates > Retrieve from port
On WAS 6.0 and below: You will need to run ikeyman to export/ import the signer certificates to the trust store.
Also, set JVM property javax.net.debug=true in order to get more detailed info on the error.
How to run ant build file from eclipse (if no ANT option in RUN)
If you have some version of MyEclipse (Enterprise Workbench 6.6.0) which has no option to run a build file with ANT and you are confused on how to run the build in the eclipse, please follow the following steps:
- Go to the project
- Select build_XXX.xml
- Go to “Run As” icon
and click “Open External Tools Dialog…” - A new pop-up window for External Tools will appear with an option “Ant Build”
- Right click on “Ant Build” and click on option “New”

- A new ANT build task will be created and will look like the following

- Go to “Properties” tab and deselect option “Use global properties as specified in the Ant runtime preferences”

- Create a new file “[SomeName].properties” and write the required build properties into it.
- Click on “Add External…” and select the file created in step 8.
- The pop-up window will look like the following.

- Click on APPLY
- Click on RUN
- Check Console for any errors or Success message
How to sync outlook with google calendar
Google Calendar Sync allows you to sync events between Google Calendar and Microsoft Outlook Calendar. You’ll be able to determine the direction of information flow, as well as the sync frequency. Staying on top of your Google Calendar and Microsoft Outlook Calendar events has never been easier! Here’s some good information to know to help you get started with Google Calendar Sync.
Compatibility
- Currently, Google Calendar Sync is only compatible with Microsoft Outlook versions 2003 and 2007, and operating systems Windows XP and Windows Vista.
Windows XP 64-bit Edition is not compatible with Google Calendar Sync at this time.
Hope for Haiti
- Stars unite to help devastated Haiti | Music | Entertainment | Toronto Sun
- George Clooney’s Hope For Haiti Benefit | Splash News
- Hope for Haiti Now Telethon Benefit Concert : Tonight, January 22 at 8 PM (Video) | US Post Today.
and click “Open External Tools Dialog…”


