We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After creating an administrator in the installer I get the following exception (see below). The error occurred in the standalone version.
type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error applying layout : main org.codehaus.groovy.grails.web.sitemesh.SpringMVCViewDecorator.render(SpringMVCViewDecorator.java:74) org.codehaus.groovy.grails.web.sitemesh.SpringMVCViewDecorator.render(SpringMVCViewDecorator.java:52) org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter.doFilter(GrailsPageFilter.java:160) org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequestFilter.doFilterInternal(GrailsWebRequestFilter.java:69) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.codehaus.groovy.grails.web.filters.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:65) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) root cause org.codehaus.groovy.grails.web.pages.exceptions.GroovyPagesException: Error processing GroovyPageView: Error executing tag <r:script>: Cannot get property 'fontSize' on null object org.codehaus.groovy.grails.web.servlet.view.GroovyPageView.createGroovyPageException(GroovyPageView.java:205) org.codehaus.groovy.grails.web.servlet.view.GroovyPageView.handleException(GroovyPageView.java:181) org.codehaus.groovy.grails.web.servlet.view.GroovyPageView.renderWithTemplateEngine(GroovyPageView.java:152) org.codehaus.groovy.grails.web.servlet.view.GroovyPageView.renderMergedOutputModel(GroovyPageView.java:83) org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:262) org.codehaus.groovy.grails.web.sitemesh.SpringMVCViewDecorator.render(SpringMVCViewDecorator.java:67) org.codehaus.groovy.grails.web.sitemesh.SpringMVCViewDecorator.render(SpringMVCViewDecorator.java:52) org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter.doFilter(GrailsPageFilter.java:160) org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequestFilter.doFilterInternal(GrailsWebRequestFilter.java:69) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.codehaus.groovy.grails.web.filters.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:65) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88) org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) root cause org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag <r:script>: Cannot get property 'fontSize' on null object gsp_springcrm_layoutsmain_gsp$_run_closure1.doCall(main.gsp:15) gsp_springcrm_layoutsmain_gsp.run(main.gsp:17) root cause java.lang.NullPointerException: Cannot get property 'fontSize' on null object org.amcworld.springcrm.UserTagLib$_closure2.doCall(UserTagLib.groovy:50) gsp_springcrm_layoutsmain_gsp$_run_closure1_closure4.doCall(main.gsp:12) org.grails.plugin.resource.ResourceTagLib$_closure7.doCall(ResourceTagLib.groovy:420) gsp_springcrm_layoutsmain_gsp$_run_closure1.doCall(main.gsp:15) gsp_springcrm_layoutsmain_gsp.run(main.gsp:17)
Related to Bugzilla bug 234. There is also an additional stacktrace stored.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After creating an administrator in the installer I get the following exception (see below). The error occurred in the standalone version.
Related to Bugzilla bug 234. There is also an additional stacktrace stored.
The text was updated successfully, but these errors were encountered: