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

main - Banner is not displayed #24686

Closed
Postremus opened this issue Apr 1, 2022 · 2 comments · Fixed by #24690
Closed

main - Banner is not displayed #24686

Postremus opened this issue Apr 1, 2022 · 2 comments · Fixed by #24690
Assignees
Labels
area/core env/windows Impacts Windows machines kind/bug Something isn't working
Milestone

Comments

@Postremus
Copy link
Member

Describe the bug

Since #24635, the default banner is not displayed anymore on startup of quarkus on windows.

I only get the message that the banner file could not be read.

Expected behavior

__  ____  __  _____   ___  __ ____  ______ 
 --/ __ \/ / / / _ | / _ \/ //_/ / / / __/
 -/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2022-04-01 07:53:33,578 INFO  [io.quarkus] (Quarkus Main Thread) profiling 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.8.0.CR1) started in 148.063s. Listening on: http://localhost:8080

Actual behavior

2022-04-01 08:03:31,686 WARN  [io.qua.dep.ste.BannerProcessor] (build-5) Unable to read banner file
2022-04-01 08:03:32,212 INFO  [io.quarkus] (Quarkus Main Thread) profiling 1.0.0-SNAPSHOT on JVM (powered by Quarkus 999-SNAPSHOT) started in 38.529s. Listening on: http://localhost:8080

How to Reproduce?

Download any quickstart.

Change quarkus version to 999-SNAPSHOT.
mvn quarkus:dev

No banner is displayed

Output of uname -a or ver

Microsoft Windows [Version 10.0.22000.556]

Output of java -version

openjdk 17.0.1 2021-10-19 OpenJDK Runtime Environment Temurin-17.0.1+12 (build 17.0.1+12) OpenJDK 64-Bit Server VM Temurin-17.0.1+12 (build 17.0.1+12, mixed mode, sharing)

GraalVM version (if different from Java)

No response

Quarkus version or git rev

d32cfec

Build tool (ie. output of mvnw --version or gradlew --version)

Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Maven home: C:\tools\java\maven Java version: 17.0.1, vendor: Eclipse Adoptium, runtime: C:\tools\java\17-temurin Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Additional information

No response

@Postremus Postremus added the kind/bug Something isn't working label Apr 1, 2022
@quarkus-bot quarkus-bot bot added env/windows Impacts Windows machines triage/needs-triage labels Apr 1, 2022
@Postremus Postremus self-assigned this Apr 1, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Apr 1, 2022

@Postremus
Copy link
Member Author

I assigned myself since I already have an idea for a fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core env/windows Impacts Windows machines kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants