• Bug
  • Status: Closed
  • 1 Critical
  • Resolution: Fixed
  • ehcache,ehcache-monitor
  • hsingh
  • Reporter: amiller
  • November 06, 2009
  • 0
  • Watchers: 0
  • January 17, 2013
  • November 06, 2009

Description

Server logging verbiage:

org.terracotta.ehcachedx.dashboard.DashboardPeerListenerFactory -> ??? I am not sure about class names. How about: org.terracotta.ehcachedx.monitor.probePeerListenerFactory agree. Let’s remove all references to Dashboard as this is confusing.

dashboardName -> probeName dashboardAddress -> probeAddress dashboardPort -> probePort dashboardMasterAddress -> serverAddress should be monitorAddress dashboardMasterPort -> serverPort should be monitorPort dashboardLicenseFile -> … this would go away if the license can be served centrally. should be removed.

client logging: \(DATE\):: INFO: jetty-6.1.x -> ‘this message should be silenced’ \(DATE\):: INFO: Started [email protected]:50140 -> ‘this message should be silenced’ \(DATE\) org.terracotta.ehcachedx.dashboard.DashboardServer startHttpServer -> org.terracotta.ehcachedx.monitor.probe startProbe INFO: Started probe server at http://127.0.0.1:1234/dashboard/list -> INFO: Started probe at http://127.0.0.1:1234/dashboard/list \(DATE\) org.terracotta.ehcachedx.dashboard.DashboardServer registerWithMaster -> org.terracotta.ehcachedx.monitor.probe registerWithServer registerWithMonitor INFO: Registered with Dashboard master at address ‘localhost’ and port ‘9889’ -> INFO: Registered with server at address ‘localhost’ and port ‘9889’ Registered with Monitor …

server logging: … license warning & info is okay as is … \(DATE\):: INFO: jetty-6.1.x -> ‘this message should be silenced’ \(DATE\):: INFO: Started [email protected]:50140 -> ‘this message should be silenced’ Nov 5, 2009 10:32:32 PM org.terracotta.ehcachedx.dashboard.DashboardServer startHttpServer -> org.terracotta.ehcachedx.monitor.server startHttpServer start Monitor … INFO: Started master server at http://192.168.1.100:9080/dashboard -> INFO: Started server at http://192.168.1.100:9080/dashboard Started monitor at …

Comments

Himadri Singh 2009-11-19

Verified in rev 5239

org.terracotta.ehcachedx.monitor.ProbePeerListenerFactory supports

probeAddress probePort probeName serverAddress serverPort

Server Logging:

Nov 19, 2009 3:35:17 PM org.terracotta.ehcachedx.license.LicenseResolver resolveLicense WARNING: No Ehcache Monitor license key found. This monitoring probe software is not licensed for production usage, and is only licensed for development usage. See LICENSE.txt for details. A temporary key will be generated for development usage. When the temporary key expires, the Ehcache monitoring probe capability will be suspended but your ability to continue to use Ehcache will not be affected. Please contact [email protected] to request a license. Nov 19, 2009 3:35:17 PM org.terracotta.ehcachedx.license.LicenseResolver logLicense INFO: ——— Ehcache Monitor license key ——— License type = DevOnly License number = 0 Licensee = DevOnly User Product = Ehcache Monitor Capabilities = monitor Expiration date = 2009-11-22 ———————————————– Nov 19, 2009 3:35:18 PM org.terracotta.ehcachedx.monitor.DxService startBackend INFO: Started server at http://10.1.1.3:9889/monitor

Client Logging:

Nov 19, 2009 3:36:04 PM org.terracotta.ehcachedx.monitor.DxService startBackend INFO: Started probe at http://10.1.1.3:5344/monitor/list Nov 19, 2009 3:36:04 PM org.terracotta.ehcachedx.monitor.DxService registerWithServer INFO: Registered with server at address ‘10.1.1.3’ and port ‘9889’ Nov 19, 2009 3:36:04 PM org.terracotta.ehcachedx.license.LicenseResolver resolveLicense WARNING: No Ehcache Monitor license key found. This monitoring probe software is not licensed for production usage, and is only licensed for development usage. See LICENSE.txt for details. A temporary key will be generated for development usage. When the temporary key expires, the Ehcache monitoring probe capability will be suspended but your ability to continue to use Ehcache will not be affected. Please contact [email protected] to request a license. Nov 19, 2009 3:36:04 PM org.terracotta.ehcachedx.license.LicenseResolver logLicense INFO: ——— Ehcache Monitor license key ——— License type = DevOnly License number = 0 Licensee = DevOnly User Product = Ehcache Monitor Capabilities = monitor Expiration date = 2009-11-22 ———————————————–