-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
env/windowsImpacts Windows machinesImpacts Windows machineskind/bugSomething isn't workingSomething isn't workingtriage/out-of-dateThis issue/PR is no longer valid or relevantThis issue/PR is no longer valid or relevant
Description
Describe the bug
Log output null after startup.
Is this some kind of unknown error?
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2021-07-01 09:32:41,561 INFO [io.quarkus] (Quarkus Main Thread) quarkus2-demo 1.0-SNAPSHOT on JVM (powered by Quarkus 2.0.0.Final) started in 1.881s. Listening on: http://localhost:8080
2021-07-01 09:32:41,561 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2021-07-01 09:32:41,561 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, redis-client, resteasy, smallrye-context-propagation, vertx, vertx-web]
2021-07-01 09:32:41,562 INFO [quarkus] (Quarkus Main Thread) Tests paused, press [r] to resume, [h] for more options>
2021-07-01 09:32:41,562 INFO [quarkus] (Quarkus Main Thread) null
2021-07-01 09:32:41,562 INFO [quarkus] (Quarkus Main Thread) null
Expected behavior
(Describe the expected behavior clearly and concisely.)
Actual behavior
(Describe the actual behavior clearly and concisely.)
To Reproduce
Link to a small reproducer (preferably a Maven project if the issue is not Gradle-specific).
Or attach an archive containing the reproducer to the issue.
Steps to reproduce the behavior:
1.
2.
3.
Configuration
# Add your application.properties here, if applicable.
Screenshots
(If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
Output of uname -a
or ver
Windows 10 64bit
Output of java -version
java version: 11
GraalVM version (if different from Java)
Quarkus version or git rev
Quarkus version: 2.0.0.Final
Build tool (ie. output of mvnw --version
or gradlew --version
)
Additional context
(Add any other context about the problem here.)
junbach and Postremus
Metadata
Metadata
Assignees
Labels
env/windowsImpacts Windows machinesImpacts Windows machineskind/bugSomething isn't workingSomething isn't workingtriage/out-of-dateThis issue/PR is no longer valid or relevantThis issue/PR is no longer valid or relevant