Skip to content

406 Not Acceptable #25

@minhajkk

Description

@minhajkk

Hi

I'm trying to get this plugin up and running in my app, bellow is my plugins block from BuildConfig.groovy

plugins {
        // plugins for the build system only
        build ":tomcat:7.0.54"

        // plugins for the compile step
        compile ":scaffolding:2.1.2"
        compile ':cache:1.1.7'
        compile ":asset-pipeline:1.8.11"

        // plugins needed at runtime but not for compilation
        runtime ":hibernate4:4.3.5.4" // or ":hibernate:3.6.10.16"
        runtime ":database-migration:1.4.0"
        runtime ":jquery:1.11.1"

        compile ":spring-security-core:2.0-RC4"
        compile ":spring-security-twitter:0.6.2"
        compile ":spring-security-ui:1.0-RC2"
        compile ":mail:1.0.7"
        compile ":jquery-ui:1.10.4"
        compile ":famfamfam:1.0.1"
        runtime ":resources:1.2.14"
}

I'm facing bellow issue:
grails_runtime_exception

Note: I'm using grails 2.4.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions