Categories
Archives
- January 2012
- December 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- December 2010
- November 2010
- August 2010
- January 2010
- December 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- April 2008
- March 2008
- February 2008
- December 2007
- November 2007
- October 2007
- September 2007
Monthly Archives: July 2009
GURFL data
GURFL file is a list of operators and their associated IP address ranges. This is a good way to find out from which mobile carrier (ie. which country) does a request come from. Earlier it was available at:http://www.whirlymobile.com/resources/gurfl/operator.csv But now … Continue reading
Posted in Mobile
2 Comments
Log4j errors : log4j:WARN No appenders could be found for logger, log4j:WARN Please initialize the log4j system properly
This is a very common problem, it occurs when log4j.properties not found in classpath. Create a file called log4j.properties. Place it in the root folder where your java classes are found. When log4j initializes, it will look for a file … Continue reading
Posted in Java, log4j
Leave a comment
org.h2.jdbc.JdbcSQLException: The object is already closed [90007-113]
While running junit using in memory database H2 I was hitting this error. I was testing my spring DAO classes that are using JDBCTemplate. In a single Junit testing, to test various scenario I was calling a single DAO method … Continue reading
Posted in Database, h2, hsqldb
Leave a comment