Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-4695

Quarkus app fails to start inside a folder with special symbols in the name

XMLWordPrintable

    • False
    • None
    • False
    • +
    • Hide
      1. Check the folder:
        $ pwd
        /home/fedinsky/code/quarkus/refresh
        
      1. Create and build the app:
        mvn io.quarkus.platform:quarkus-maven-plugin:3.13.0:create -DprojectGroupId=my-groupId -DprojectArtifactId=app -DprojectVersion=1.0.0-SNAPSHOT -DpackageName=org.my.group -DquarkusRegistryClient=false -DplatformVersion=3.13.0 -Dextensions=quarkus-rest && cd app
        mvn clean compile quarkus:build
        java -jar target/quarkus-app/quarkus-run.jar  # the app starts
        
      1. Move the app into a folder with special symbols:
        cd ..
        mkdir ',;~!@#$%^&()' # name 'get!up' works for this purpose as well. name 'inner' doesn't
        cp -r app/ ',;~!@#$%^&()'
        cd ',;~!@#$%^&()'/app
        java -jar target/quarkus-app/quarkus-run.jar # the app fails
        
      Show
      Check the folder: $ pwd /home/fedinsky/code/quarkus/refresh Create and build the app: mvn io.quarkus.platform:quarkus-maven-plugin:3.13.0:create -DprojectGroupId=my-groupId -DprojectArtifactId=app -DprojectVersion=1.0.0-SNAPSHOT -DpackageName=org.my.group -DquarkusRegistryClient=false -DplatformVersion=3.13.0 -Dextensions=quarkus-rest && cd app mvn clean compile quarkus:build java -jar target/quarkus-app/quarkus-run.jar # the app starts Move the app into a folder with special symbols: cd .. mkdir ',;~!@ #$%^&()' # name 'get!up' works for this purpose as well. name 'inner' doesn't cp -r app/ ',;~!@ #$%^&()' cd ',;~!@ #$%^&()' /app java -jar target/quarkus-app/quarkus-run.jar # the app fails
    • ---

      I have an app which is stored inside a folder, which contains special symbols in name. After update from 3.11.0 to 3.13.0 the app fails to start

              dlloyd@redhat.com David Lloyd
              rhn-support-fdudinsk Fedor Dudinskii
              Fedor Dudinskii Fedor Dudinskii
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: