Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Cannot run LAS due to JdbcSQLSyntaxErrorException #35

Locked Answered by noaaroland
jessborgesp asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the delay and sorry that this issue came up because in the end it was my fault. I made a mistake with the release files. Some of the configuration moved to the application.yml file in recent Grails upgrade. There are a few lines of configuration missing in the application.yml file that was originally released with 9.7.2. If you add these lines to the top of the application.yml file:

server:
    servlet:
        context-path: /las
grails:
    resources:
        pattern: '/**'

then your installation should work. N.B. The errors in the db trace are spurious and will not affect the running of the application. They will likely still be there after this change.

I also updated the app…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@jessborgesp
Comment options

@noaaroland
Comment options

@jessborgesp
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by noaaroland
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants