-
Notifications
You must be signed in to change notification settings - Fork 365
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
Server crash after updating 'External rules definition' with 0.9.1 #253
Comments
Easiest way perhaps is to comment out the code that imports the rules and
|
Yes you are right, was a typo in the XML. This is a very critical issue: A simple typo crashes the whole server without any chance to reset it. There must be something like:
Could you give a hint. What do I have to comment out?
When I'm able to restart the server I try to forward it. |
you can take out the for(String ruleDefs : settings.getStringArray(RULES_KEY)){ Now looking at the code, i was pretty sure ive included a try catch there As far as i know there is no way to validate the xml in the web ui. For On Sun, Jul 6, 2014 at 4:46 PM, Günter Wirth notifications@github.com
|
OK got it, the error handling was added to to fxcop repository. I will
|
Thx |
Added some hints to rule file description with limits for XML tags. |
After changing/updating a 'rule definition' in 'External rules definition' in the backend and restarting the server I get the messages below. Server is no more running, I also can't access the backend anymore.
@jmecosta: Is there a possibility to delete/remove the rule definition to start the server again?
The text was updated successfully, but these errors were encountered: