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

FISH-6066 Invalid property 'default-web-xml' on instance start-up #6074

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

JamesHillyard
Copy link
Member

Description

When starting a new instance, the following warning is logged:
Ignoring invalid property default-web-xml = /home/james/workspace/payara5/glassfish/nodes/localhost-domain1/Dull-Piranha/config/default-web.xml

This fix prevents this from happening and sets the default-web.xml property. This changes nothing functionally, as this property is already correctly configured by the time it reaches vs.setDefaultWebXmlLocation(value);. This also explains why it was observed this warning doesn't impact any functionality on the server.

Important Info

Blockers

N/A

Testing

New tests

N/A

Testing Performed

Started the server, created a new instance and observed the logs.

Testing Environment

Windows 10, Maven 3.6.3, JDK 8

Documentation

N/A

Signed-off-by: JamesHillyard <james.hillyard@payara.fish>
@JamesHillyard
Copy link
Member Author

Jenkins test please

Copy link
Contributor

@breakponchito breakponchito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@breakponchito
Copy link
Contributor

Jenkins test please

@Pandrex247 Pandrex247 merged commit 30222cf into payara:master Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants