Eclipse Ganymede startup problem in Ubuntu : org.eclipse.swt.SWTError: XPCOM erro July 11, 2008
Posted by sandakith in Eclipse.24 comments
Here is the problem as reported in the /.metadata/.log file
==================================================
org.eclipse.swt.SWTError: XPCOM error -2147467262
at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:1597)
at org.eclipse.swt.browser.Mozilla.setText(Mozilla.java:1820)
at org.eclipse.swt.browser.Browser.setText(Browser.java:733)
at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.generateContentForPage(BrowserIntroPartImplementation.java:252)
at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.dynamicStandbyStateChanged(BrowserIntroPartImplementation.java:451)
at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.doStandbyStateChanged
-Dorg.eclipse.swt.browser.XULRunnerPath=/dev/nul
==================================================
Here is how I solved the issue in Ubunty Hardy Harron
sudo apt-get install xulrunner
# Include this in the .bachrc
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner
export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME:$LD_LIBRARY_PATH
and for safety also download the SWT binaries for Linux. Installation procedure:
* unpack the archive: swt-*-linux-gtk.zip
* copy libswt*.so to
%JAVA_HOME%/jre/lib/i386, (%JAVA_HOME% is the folder where JRE is
installed on your system; e.g.: opt/jdk1.5._07),
* copy swt.jar to %JAVA_HOME%/jre/lib/ext
==================================================
Google App Engine Python Magic July 6, 2008
Posted by sandakith in Tooling.add a comment
Deep came with this python app that dump all your request parameters. Very useful in finding your real ip address.
Try : http://deep.appspot.com/
P.S. Y Google App Engine and host free dynamic content.
UDDI Technical Committees close. Any alternatives ? July 3, 2008
Posted by sandakith in Open Source.add a comment
Why not.. have a look at WSO2 registry
“WSO2 Registry enables you to store, catalog, index and manage your enterprise meta data in a simple, scalable and easy-to-use model. It is designed around community concepts such as tags, comments, ratings, users and roles.”
Also see the article (Open Source Competition – Mule Galaxy vs WSO2 Registry )
Welcome to SOA Governance.