WSO2 Carbon is a free Mashup server and the latest edition is 2.1.0. Download and unzip the server to a directory of your choice. I just unzipped it to D: which created a folder called D:wso2ms-2.1.0. This becomes CARBON_HOME. Export your JAVA_HOME environment variable. For me this was under C:/PROGRA~1/Java/JDK16~1.0_2. Please Note: I have …
I have CentOS 5.4 Kernel version 2.6.18-164.15.1.e15 and upgraded my VMWare server to 2.0.2-203138.x86_64 version. Running vmware-config.pl worked fine and the modules loaded successfully. However, when I login into the VMWare console, the vmserver crashed immediately. Looking through various websites and forums, I came across the following solution. I have provided the updated solution according …
Going through the CentOS documentation talked about two different services for rendering fonts in X, namely fontconfig and xfs. I performed the following steps to get the new fonts working. Create a new directory under /usr/share/fonts called imported so you will end up with something like /usr/share/fonts/imported Copy all your newly installable font files to …
When I installed DB2 express 9.5 on my Windows XP pro, it automatically created a default DB2 instance, a user named db2admin with the password I specified and then a DB2ADMNS group. The DB2 install added the db2admin user to the DB2ADMNS group. Everything went well and the install finished. But unfortunately, I was logged …
I’m aware that lots of people had worked on this in the past and come up with solutions, but I could not find a single site that gave the complete solution in one place. Googling came up with lots of tutorials and answers. I have tried to put the complete solution below as much as …
When I was trying to check in loads of Javascript files from the Dojo library into Clearcase, I received the following error dialog. Error adding C:clearcaseprojectviewlibrarydojodojodojo.js to source control. Created banch “dev” from “C:clearcaseprojectviewlibrarydojodojodojo.js” version “main”. Type manager “text_file_data” failed create_version operation. I was told by the Clearcase experts in our office that there seems …
Assuming that you have loads of files that you need to Add to Clearcase source control, the easiest way to do this is to run the following commands. The source folder is C:workspacesworkspace2ProjectFolder1 The target or destination folder is C:clearcaseprivateview_folder The command to execute is clearfsimport -recurse -preview -nset “source path” “destination path” The above …
When developing an application using JBoss Seam on eclipse I came across a strange problem. When deploying an ear project with seam components the datasource configuration file ending with -ds.xml was no longer available in the add remove dialog although it was present in the resources directory within the ear project. When going through this …
Mark Wilson has written a wonderful article on setting the hostname of a Solaris 10 machine which receives its IP address via DHCP. You can find the link below http://www.markwilson.co.uk/blog/2006/01/unknown-hostname-for-solaris-10-dhcp.htm
I was playing around with VirtualBox clients and trying to find a way to SSH to the guest from the host, when the guest is configured to use NAT. After following an article at http://mydebian.blogdns.org/?p=148 I configured the SSH as per the article. But unfortunately, when I tried starting the guest, I received the following …