Resolving the gray window when running db2setup
Antonio Cangiano November 27th, 2008
You drank the Kool-Aid and downloaded the awesomeness which is DB2 Express-C. Good job! Next you proceed to install it on Linux with sudo ./db2setup and boom, instead of a launchpad all you see is a gray window. Now what?
This problem is a known Java bug (resolved in Java 6) that shows up on Linux distros where Compiz effects are enabled. For example, this problem manifests itself in recent Ubuntu releases, including 8.10, where Compiz is enabled by default.
There are a couple of easy ways to solve this problem though. The first is to temporary disable these effects during the installation and turn them back on when you’ve finished installing. In Ubuntu, you can do this by clicking on the Appearance menu, Visual Effects tab and then selecting None. The second method is to run export AWT_TOOLKIT=MToolkit, before running sudo ./db2setup.
A new setup is in the works to solve this issue, but for the time being, you can use the workarounds above to install DB2 Express-C on Linux.
If you enjoyed this post, check out the Table of Contents and make sure you subscribe to my RSS Feed.
- DB2 , Quick Tips
- Comments(4)






Ah, good old db2setup. Say no more!
“gray” is often spelled “grey”. Both are acceptable everywhere, but “gray” is predominant in the US while Canadian and UK usage tends towards “grey”. I’m mostly mentioning this for Google search purposes.^-^
http://en.wikipedia.org/wiki/American_and_British_English_spelling_differences#Miscellaneous_spelling_differences
You can see the same effects when using a Java based IDE on a Compiz enabled Ubuntu install eg: Netbeans Ruby/IntelliJ on Ubuntu 8.10 will occasionally popup a blank malformed (height, width wise) window when you hit ctrl+shift+f (popup a new window) Every once in three or four times it does this.
It was listed as Swing apps playing badly with Compiz on an Ubuntu Forum somewhere.
They should make it all play nice.
When I start DB2SETUP under Windows XP SP3 and I i see is also a gray window.
The same problem as Linux?