- When opening the page http://localhost/axesresearch, if an error 500 occurs, it is often because the log file is not writeable for www user. Run a chmod 777 -R on axes-research-0.7.5/logs.
- When login to the page http://localhost/axesresearch, if a Python error occurs, it is often because of a writing error on some internal database. Run chmod 777 -R on data/gui and data/mongo.
@@ -174,10 +174,6 @@ public class AXESProducer extends DefaultProducer {
}
/**
* Tries to convert the body of the provided exchange object to the specified type in the context of that exchange, throwing an exception if not possible to convert.