Heshan's Blog
log.info("Heshan Suriyaarachchi's Thread Dump");
Wednesday, March 18, 2015
Fixing Error: Could not find a suitable provider in Puppet
›
I'm quite new to Puppet and I had a Puppet script which configures a MySQL database working fine on a Puppet learning VM on VirtualBox....
Monday, February 2, 2015
Resolving EACCES error when using Angular with Yeoman
›
In one of my earlier posts, I discussed installing NodeJS, NPM and Yeoman. Although the setup was good to start off my initial work, it was...
Tuesday, December 9, 2014
Install the Yeoman toolset
›
1. Prerequisite: Node.js and NPM should be installed in the system. 2. Install Yeoman tools heshans@15mbp-08077.local:~/Dev$npm insta...
Install Node.js and NPM on Mac OSX
›
I’m using Homebrew for the installation. If you don't have it installed, please install it. 1. Install node heshans@15mbp-08077.loc...
Wednesday, October 15, 2014
How to find which method called the current method at runtime
›
I’m using the following helper class to find which method called the current method (at runtime.) import java.lang.reflect.Method; impo...
Include/exclude sources when using aspect-maven-plugin
›
AspectJ mavn plugin will add all .java and .aj files in the project source directories by default. By using <include/> and <exc...
Tuesday, October 14, 2014
Stackmap frame errors when building the aspectj project with Java 1.7
›
I had a project which used aspectj and it was building fine with Java 1.6. When I updated it to Java 1.7 I saw the following error. [I...
›
Home
View web version