Skip to content
New issue

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

Property -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true seems not working #15

Open
danielabutano opened this issue Jan 14, 2021 · 0 comments

Comments

@danielabutano
Copy link
Member

danielabutano commented Jan 14, 2021

After installing tomcat we need to configure
JAVA_OPTS="$JAVA_OPTS -Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true"
to allow the template page working properly.
The configuration here seems correct and
docker exec intermine_tomcat echo "$JAVA_OPTS"
return
-Dorg.apache.el.parser.SKIP_IDENTIFIER_CHECK=true
which is correct BUT the template page (and the query builder constraint popup) do not work (empty page) and in the log we have the javax.el.ELException.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant