-
1. Re: BRMS Project disappear in business-central interface
juleshoueto May 23, 2017 2:43 PM (in response to juleshoueto)More informations,
Before updating the standalone.xml configuration,
It was possible to get access to business-central page. We got this error :
Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
And the only log that were there is :
ERROR [org.guvnor.common.services.backend.exceptions.ExceptionUtilities] (http-/172.17.0.20:8080-22) Exception thrown: null: org.uberfire.java.nio.file.NoSuchFileException
Thank you
-
2. Re: BRMS Project disappear in business-central interface
juleshoueto May 23, 2017 3:54 PM (in response to juleshoueto)Hello all,
I am now getting more answer for my problems.
I created a brms.service file in /etc/systemd/system for starting brms on boot.
When I launch brms service as root with systemctl start brms.service, BRMS started with no projects.
So for now, i just disable BRMS from startup and launch it with manually with the standalone.sh script.
But I am still investigating for understanding why did JBoss BRMS started without any project.
Regards
-
3. Re: BRMS Project disappear in business-central interface
dmarrazzo May 29, 2017 3:51 AM (in response to juleshoueto)Hi Jules,
I think that your problem is down to how you start the BC.
By default, BC use the current dir to store .niogit directory.
If your startup script is launched from another dir you point to a new .niogit directory.
The best practice is configure the niogit thru the system property:
* org.uberfire.nio.git.dir: Location of the directory .niogit. Default: working directory
-
4. Re: BRMS Project disappear in business-central interface
juleshoueto Jun 11, 2017 7:28 PM (in response to dmarrazzo)Hello Danato,
I configure the location fir the git directory org.uberfire.nio.git.dir and every thing get fine.
Many thanks for your time and helping.