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

Caused by: org.apache.jasper.JasperException: The absolute uri: [http://java.sun.com/jsf/core] cannot be resolved in either web.xml or the jar files deployed with this application #223

Open
Justin01Wu opened this issue Apr 3, 2024 · 1 comment

Comments

@Justin01Wu
Copy link

Justin01Wu commented Apr 3, 2024

It works well on Oracle JDK 8

But it throw some exceptions when I am using openJDK:

Caused by: org.apache.jasper.JasperException: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved in either web.xml or the jar files deployed with this application

Caused by: org.apache.jasper.JasperException: The absolute uri: [http://java.sun.com/jsf/core] cannot be resolved in either web.xml or the jar files deployed with this application

java -version
openjdk version "21.0.2" 2024-01-16 LTS
OpenJDK Runtime Environment Corretto-21.0.2.13.1 (build 21.0.2+13-LTS)
OpenJDK 64-Bit Server VM Corretto-21.0.2.13.1 (build 21.0.2+13-LTS, mixed mode, sharing)

@Justin01Wu Justin01Wu changed the title Caused by: org.apache.jasper.JasperException: The absolute uri: [http://tiles.apache.org/tags-tiles] cannot be resolved in either web.xml or the jar files deployed with this application Caused by: org.apache.jasper.JasperException: The absolute uri: [http://java.sun.com/jsf/core] cannot be resolved in either web.xml or the jar files deployed with this application Apr 3, 2024
@leonardehrenfried
Copy link
Owner

I'm sorry but I haven't used JSP in more than 10 years even though I'm still maintaining this plugin. Therefor I don't really know what is going on and won't be investigating.

However, I migrated from javax to jakarta a while ago and had to change some urls for that: c25931f

Maybe it's related.

If that is the problem please let me know so others have some documentation, too.

If something in this plugin needs to be changed, I welcome a PR.

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

2 participants