March 18, 2009
I just created a grails 1.1 application, and installed the openid plugin. When starting the application, I got the following exception:
2009-03-17 22:25:41,090 [main] ERROR context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘consumerManager’: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.openid4java.consumer.ConsumerManager]: Constructor threw exception; nested exception [...]
Read the full article →
March 17, 2009
To set the default browser, use update-alternatives as shown below:
paul@dell1525:~$ sudo update-alternatives –config x-www-browser
There are 2 alternatives which provide `x-www-browser’.
Selection Alternative
———————————————–
1 /usr/bin/firefox-3.0
*+ 2 /usr/bin/seamonkey
Press enter to keep [...]
Read the full article →