Known issues
This topic describes the known issues and limitations.
Installation and upgrade
The following issues exist when installing or upgrading.
Scenario | Issue |
---|---|
Upgrading localized versions of 23.2 or earlier on Windows |
Windows: When you upgrade a non-English version 23.2 or earlier running on an embedded PostgreSQL database to any later version, the installer causes the machine to reboot automatically after uninstalling the earlier version. Solution:
|
Uninstalling or upgrading 20.1 on Windows |
Depending on your system's virtual memory, when you attempt to uninstall or upgrade 20.1, the following errors may occur: Unable to load and to prepare the installer in GUI mode. or CopyAndModFiles Git data-dir processing error: file does not exist C:\PulseUno\git-server\logback-dimensions-remote-helper.xml Solution:
|
PulseUno vaults
The following issues and limitations exist when working with the Vault server.
Known Issue | Description |
---|---|
Deploying Maven artifacts |
When deploying a Maven artifact with an incorrect password, you may get the "Connection reset by peer" error instead of the "Failed to log in with user name <username>" error. When you deploy a Maven artifact with an -X switch, a detailed error message is displayed: [DEBUG] Failed to dispatch transfer event 'PUT PROGRESSED <URL> <> <local-path> to org.apache.maven.cli.transfer.ConsoleMavenTransferListener This is an issue with Maven, and it may be fixed in a future Maven release. |
Serena SSO | The Vault server is not supported when using Serena SSO. |
Git functionality
The following issues and limitations exist when working with the PulseUno Git server.
Functionality | Issue |
---|---|
Serena SSO/CAC | The Git server is not supported when using Serena SSO/CAC. To work with the Git server, choose an authentication scheme other than Serena SSO. |
Signed commits and server-side merge |
Defining a branch policy that enforces signed commits in a particular branch may prevent server-side merges of pull requests to that branch. This behavior is expected, as the server-side merge doesn't have access to your private GPG key to sign commits on your behalf. Workaround: Merge locally with a signature and push. |