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

Application yielding HTTP 500 due to missing javax/servlet/jsp/jstl/core/Config class #45

Open
mjpitz opened this issue Nov 13, 2019 · 4 comments

Comments

@mjpitz
Copy link
Contributor

mjpitz commented Nov 13, 2019

After fighting through the parameter naming issue, I tried to open the application in the browser and the process is returning an HTTP 500 error. For context, I followed the process outlined in the README for getting things up and running and have it numerous issues along the way.

Here's the repository where I was playing around with getting this up and running: https://github.com/mjpitz/indeedeng-proctor-helm/tree/master/docker/proctor-webapp

@aboivineau
Copy link
Contributor

Adding this dependency to to proctor-webapp/pom.xml appears to fix it:

      <dependency>
           <groupId>javax.servlet</groupId>
           <artifactId>jstl</artifactId>
           <version>1.2</version>
       </dependency>

Checking if there is any other different approach we want to take.

@mjpitz
Copy link
Contributor Author

mjpitz commented Jan 7, 2020

Can we add this to the pom.xml?

@tkruse
Copy link
Contributor

tkruse commented Jan 14, 2020

Internally, this has been done, however it seems the sync of changes from internal to public github seems to be broken right now.

@mjpitz
Copy link
Contributor Author

mjpitz commented Jan 14, 2020

Would be great if we could work in open source instead of relying on the github-sync tool. That thing frequently breaks. I know many other teams have move off of that tool due to its fragility.

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

3 participants