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

[BUG] CSS code in installation via .jar file #3160

Open
contra8 opened this issue Dec 14, 2019 · 1 comment
Open

[BUG] CSS code in installation via .jar file #3160

contra8 opened this issue Dec 14, 2019 · 1 comment
Assignees
Labels
bug issue confirmed as bug installer
Milestone

Comments

@contra8
Copy link

contra8 commented Dec 14, 2019

Describe the bug
During installation on a headless system (Ubuntu) some plain CSS code is displayed in the console.

Expected behavior
This CSS code does not contain any necessary information for the installation process and should not be displayed.

To Reproduce
Start installation via command line:
java -jar exist-installer-5.1.1.jar -console
Immediately after start of installation, the following CSS code is displayed in the console:

body {
font-family: Verdana, Geneva, Lucida, Helvetica, sans-serif;
font-size: 13pt;
background-color: #ffffff;
}
h1 {
color: #4c4c4c;
font-size: 16pt;
}
img {
display: block;
margin: 10px 50px;
}
#divMijloc { margin: 20px 10px; margin-right: auto; text-align:center; }

Later during that same installation process, just before finishing the installation, again some CSS code is displayed in the console:

body {
font-family: Verdana, Geneva, Lucida, Helvetica, sans-serif;
font-size: 12pt;
background-color: #EAEAEA;
margin: 8px 10px;
}
h1 {
color: #4c4c4c;
font-size: 12pt;
margin: 0 0 1em 0;
}
h2 {
font-size: 12pt;
margin: 0 0 1em 0;
}
em {
color: #0000FF;
font-style: normal;
}

Context
OS: Ubuntu 12.04 TLS (headless system)
eXist-db version: 5.1.1
Java version: OpenJDK 1.8.0_111

Screenshots
Screenshots of the displayed CSS code can be found in my Dropbox here and here.

@triage-new-issues triage-new-issues bot added the triage issue needs to be investigated label Dec 14, 2019
@adamretter
Copy link
Member

I can reproduce this. I have opened an issue upstream with the IzPack installer project - https://izpack.atlassian.net/browse/IZPACK-1659

@adamretter adamretter self-assigned this Jan 21, 2020
@adamretter adamretter added bug issue confirmed as bug installer labels Jan 21, 2020
@triage-new-issues triage-new-issues bot removed the triage issue needs to be investigated label Jan 21, 2020
@adamretter adamretter modified the milestones: eXist-5.1.2, eXist-5.2.1 Jan 21, 2020
@adamretter adamretter modified the milestones: eXist-5.3.1, eXist-5.3.2 Dec 16, 2021
@adamretter adamretter modified the milestones: eXist-5.3.2, eXist-6.0.2 Feb 14, 2022
@adamretter adamretter modified the milestones: eXist-6.0.2, eXist-6.1.1 Jan 15, 2023
@adamretter adamretter modified the milestones: eXist-6.1.1, eXist-7.0.1 Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue confirmed as bug installer
Projects
None yet
Development

No branches or pull requests

3 participants