Skip to content

Instantly share code, notes, and snippets.

@yogiHulk
yogiHulk / dropdown.js
Created June 10, 2014 21:19
Files which have the market drop down
!function ($) {
var Dropdown = function () {
};
Dropdown.prototype = {
constructor: Dropdown,
show: function (e) {
@yogiHulk
yogiHulk / gist:086c94a613fbb7090666
Created May 5, 2014 15:17
Grails runtime error due to triggers
2014-05-05 11:03:59,800 WARN [localhost-startStop-1] GrailsUtil - [DEPRECATED] Method ConfigurationHolder.getConfig() is deprecated and will be removed in a future version of Grails. - [grails.util.GrailsUtil]
2014-05-05 11:04:00,898 WARN [localhost-startStop-1] ModuleDeclarationsFactory - 'grails.resources.modules' in config does not define any modules - [org.grails.plugin.resource.module.ModuleDeclarationsFactory]
2014-05-05 11:04:10,738 WARN [localhost-startStop-1] GrailsUtil - [DEPRECATED] Method ConfigurationHolder.getConfig() is deprecated and will be removed in a future version of Grails. - [grails.util.GrailsUtil]
2014-05-05 11:04:11,028 ERROR [localhost-startStop-1] GrailsContextLoader - Error initializing the application: org.quartz.JobPersistenceException: Couldn't retrieve trigger: No record found for selection of Trigger with key: 'GRAILS_TRIGGERS.userPointsLedgerTrigger' and statement: SELECT * FROM QRTZ_CRON_TRIGGERS WHERE SCHED_NAME = 'CompStakClusteredScheduler' AND TRIGGER_NAME = ? AND TR