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
I was trying the tutorial Building your first API and I could not spin up a web server.
A running Jetty webserver on port 8080
8080
Exception in thread "main" java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(com/cognitect/vase/ util.clj:1:1)
lein new vase your-first-api lein run-dev
java -version
openjdk version "11.0.7" 2020-04-14 OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-2ubuntu218.04) OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-2ubuntu218.04, mixed mode, sharing)
lsb_release -a
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic
lein --version
Leiningen 2.9.1 on Java 11.0.7 OpenJDK 64-Bit Server VM
[io.pedestal/pedestal.service "0.5.2"] [com.cognitect/pedestal.vase "0.9.1"] [io.pedestal/pedestal.jetty "0.5.2"]
The text was updated successfully, but these errors were encountered:
See PR #107
Sorry, something went wrong.
No branches or pull requests
Description
I was trying the tutorial Building your first API and I could not spin up a web server.
Expected Behavior
A running Jetty webserver on port
8080
Actual Behavior
Steps to reproduce
Environment
java -version
openjdk version "11.0.7" 2020-04-14 OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-2ubuntu218.04) OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-2ubuntu218.04, mixed mode, sharing)
Operating System (including version).
lsb_release -a
Your current Leiningen/Boot/Maven version (
lein --version
)Leiningen 2.9.1 on Java 11.0.7 OpenJDK 64-Bit Server VM
Pedestal and Vase version
[io.pedestal/pedestal.service "0.5.2"]
[com.cognitect/pedestal.vase "0.9.1"]
[io.pedestal/pedestal.jetty "0.5.2"]
The text was updated successfully, but these errors were encountered: