Skip to content

rvd.log file is not created in EAP installations #351

@otsakir

Description

@otsakir

There is a difference in standalone-sip.xml between JBoss AS7 and EAP that breaks the scripts that enable logging to rvd.log. In fact, the xml namespace "urn:jboss:domain:logging:1.5" in EAP is different from the the respective "urn:jboss:domain:logging:1.2" in AS7. config-rvd-logging.sh won't pick it up and update it accordingly.

We have to use a different approach there that does not rely on this namespace.

Meanwhile, a workaround to enable logging for Designer is to rename RC_HOME/standalone/deployments/restcomm-rvd.war/WEB-INF/classes/log4j-standalone.xml
to
RC_HOME/standalone/deployments/restcomm-rvd.war/WEB-INF/classes/log4j.xml
and restart server

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions