Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 6.1.10 EE GA1
-
Fix Version/s: --Sprint 11/12, 6.2.0 CE M2
-
Component/s: Infrastructure, Infrastructure > App Servers
-
Labels:None
-
Environment:CentOS 6.1, Oracle DB 10g, Liferay 6.1 EE, JBOSS 7.1.1
-
Similar Issues:
Description
Hello,
For Liferay 6.1 EE on JBOSS 7.1.1, I am unable to view the various classes to set the log levels within Liferay. I am referring to the option to set the log levels in real-time in the Control Panel -> Server Administration -> Log Levels . This is with a clean install of Liferay. I have been able to reproduce the issue just by using the built-in Hypersonic database as well as the Oracle DB as well.
I've attached a document on how I have been able to get Liferay 6.1 EE to work with JBOSS 7.1.1 to help assist in resolving this issue. This document is in addition to the usual steps to setup Liferay 6.1 with JBOSS 7.0.
Issue Links
- is duplicated by
-
LPS-27399
JBoss AS 7.1.1 does not longer honoring Log4j level settings
-

looks like i found a resolution to my own issue. in the jboss-deployment-structure.xml, looks like i needed to add the following under the <exclusion> element:
<module name="org.apache.log4j" />
Figured out that the the issue with the Log Levels not displaying properly was also related to the 0kb logs under the <liferay_home>/logs directory.
http://stackoverflow.com/questions/9584787/using-log4j-with-jboss-7-1