OGCE-Messaging
From Ogce
WS-Messenger Restart
Based on today restart, here are my notes to restart Messenger on community if it happen in future.
All the messenger service are located in /home/ogce/ogce_gateway_deployment/eventing/ folder
Try to kill all the services from ps -aux | grep eventing
Cleanup databases
For Broker and Messenger database information is here: broker/apache-tomcat-5.5.29/webapps/ROOT/WEB-INF/classes/db.config. Delete all the data saved in tables. For Messagebox database information : msgbox/conf/db.config.Delete all the data saved in tables Start services in this sequence according to Chathura 1. Start broker : ./broker/apache-tomcat-5.5.29/bin/startup.sh 2. Start Messenger: ./messenger/startMessengeronCommunity.sh 3. Start Msgbox : ./msgbox/startMsgBoxOnCommunity.sh
Check the logs for all three component after starting. ps -aux | grep eventing should show 3 services running.
OGCE service dashboard page is here http://ogceportal.iu.teragrid.org/monitor/ogce_monitoring_dashboard.html
