-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.2 RC
-
Fix Version/s: 6.0.4 GA
-
Component/s: Chat, Legacy > Enterprise Admin
-
Labels:None
-
Environment:Tomcat 6.0 + DB2. Firefox 3.6.4. Reversion:57710.
User opens [portal-ext.properties] from >[Liferay Bundle]/webapps/ROOT/WEB-INF/classes
User inserts the following line:
spring.configs=\
META-INF/base-spring.xml,\
\
META-INF/hibernate-spring.xml,\
META-INF/infrastructure-spring.xml,\
META-INF/management-spring.xml,\
\
META-INF/util-spring.xml,\
\
META-INF/jpa-spring.xml,\
\
META-INF/audit-spring.xml,\
META-INF/cluster-spring.xml,\
META-INF/editor-spring.xml,\
META-INF/jcr-spring.xml,\
META-INF/ldap-spring.xml,\
META-INF/messaging-core-spring.xml,\
META-INF/messaging-misc-spring.xml,\
META-INF/poller-spring.xml,\
META-INF/rules-spring.xml,\
META-INF/scheduler-spring.xml,\
META-INF/scripting-spring.xml,\
META-INF/search-spring.xml,\
META-INF/workflow-spring.xml,\
\
META-INF/counter-spring.xml,\
META-INF/document-library-spring.xml,\
META-INF/mail-spring.xml,\
META-INF/portal-spring.xml,\
META-INF/portlet-container-spring.xml,\
\
#META-INF/dynamic-data-source-spring.xml,\
#META-INF/shard-data-source-spring.xml,\
#META-INF/memcached-spring.xml,\
META-INF/monitoring-spring.xml,\
\
META-INF/ext-spring.xml
monitoring.data.sample.thread.local=true
monitoring.portal.request=true
monitoring.portlet.action.request=true
monitoring.portlet.event.request=true
monitoring.portlet.render.request=true
monitoring.portlet.resource.request=true
monitoring.show.per.request.data.sample=true
User edits [setenv.bat] from >[Liferay Bundle]/bin
User inserts the following line:
set JAVA_OPTS=%JAVA_OPTS%
-Dcom.sun.management.jmxremote.port=5000
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
User starts the application server
User starts jconsole (ex: C:/Java/jdk1.6.0_17/bin)
User selects [org.apache.catalina.startup.Bootstrap start]
User clicks [Connect]
User clicks [Mbeans]
User clicks [Liferay]
User clicks [MessagingDestinationStatistics]
User clicks [Portal]
User clicks [liferay/hot_deploy]
User clicks [Attributes]
User verifies that [SentMessageCount] is 0
User Drops the Chat plugin file in the Home Deploy Folder >L:/Home/Deploy (Unless set otherwise)
User verifies that the application server is deploying the plugin
User checks the Liferay instance that is running and verifies that the chat plugin has started
User verifies that the [SentMessageCount] is now 1
You can not see the Sentmessage count is 1.This is a bug.