-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc] Different fixes in documentation
Contribute to troubleshooting.adoc Add missing information in extend.adoc and contribute.adoc pages Remove duplicated extend.adoc file Update application start command line argument in install.adoc Signed-off-by: Mélanie Bats <melanie.bats@obeo.fr>
- Loading branch information
Showing
8 changed files
with
75 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
= Customization and extensions | ||
|
||
{product} is extendable, making use of an open source low-code platform called https://eclipse.dev/sirius/sirius-web.html{sw}. | ||
{product} is extendable, making use of an open source low-code platform called https://eclipse.dev/sirius/sirius-web.html[{sw}]. | ||
The platform enables the contribution of new specific views and the specific methodologies implementation. | ||
With {sw}, users can seamlessly extend {product}'s capability to meet their specific requirements, such as creating dedicated libraries or contributing specific metadata by adding new representations. | ||
Extensibility is a key strength of {product}, offering organizations the potential to enhance their System Engineering `SE` processes within the tool, ensuring consistency in modeling practices throughout their SE practitioners. | ||
Extensibility is a key strength of {product}, offering organizations the potential to enhance their System Engineering `SE` processes within the tool, ensuring consistency in modeling practices throughout their SE practitioners. | ||
Interested in extending {product}? | ||
Feel free to xref:ROOT:help.adoc[contact us] for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 27 additions & 2 deletions
29
doc/content/modules/installation-guide/pages/troubleshooting.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,31 @@ | ||
= Troubleshooting | ||
|
||
Even the most straightforward installation process can encounter unforeseen issues. | ||
Even the most straightforward installation process can meet unforeseen issues. | ||
This section offers comprehensive troubleshooting tips and solutions to common problems encountered during installation. | ||
|
||
If you encounter any troubleshooting, please xref:ROOT:help.adoc[contact us] to have solution and to share your troubleshooting to this page. | ||
If you meet any troubleshooting, please xref:ROOT:help.adoc[contact us] to have solution and to share your troubleshooting to this page. | ||
|
||
== Connection refused | ||
If the server fails to start and displays a `Connection refused` error such as: | ||
[source, bash] | ||
---- | ||
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: org.postgresql.util.PSQLException: Connection to localhost:5434 refused. | ||
---- | ||
|
||
Make sure you have a clean database running without any earlier data, and start the server. | ||
You should delete your existing container `docker rm syson-postgres` and even the image `docker rmi image-ID` to ensure a fresh start. | ||
|
||
== Changelog not found | ||
If the server fails to start and displays `changelog.xml not found` error such as: | ||
[source, bash] | ||
---- | ||
Application run failed | ||
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: ERROR: The file 'classpath:db/changelog/syson.db.changelog.xml' was not found. | ||
---- | ||
|
||
Make sure you have included the correct argument to your `java` command according to your {product} version. | ||
|
||
TIP: Check that you are consulting the documentation version that matches the JAR version you are trying to run. | ||
|
||
Refer to the xref:installation-guide:install.adoc#start-app[] section for detailed instructions according to your version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
doc/content/modules/user-manual/pages/integration/extend.adoc
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
* xref:user-manual:integration/developer-guide.adoc[] | ||
* xref:user-manual:integration/extend.adoc[] | ||
* xref:developer-guide:extend.adoc[] | ||
* xref:user-manual:integration/interoperability.adoc[] | ||
* xref:user-manual:integration/capella.adoc[] | ||
* xref:user-manual:integration/api.adoc[] |