Environment:
========
- first post as a new customer
- thanks for a great training session - recommend it to all
- SmartClient version: v10.0p_2014-10-20/Enterprise Development Only (built 2014-10-20)
- Browser: Safari Version 8.0 (10600.1.25)
Situation:
===========
- Purchased and downloaded the Messaging subsystem and don't yet have the installation quite right.
- 09:24:51.295:WARN:Messaging:RealtimeMessaging not licensed
- the messaging-related jar file(s) are in the WEB-INF/lib directory
- the messaging-related js file(s) are in the isomorphic/system/modules/directory
Error and Logs:
===========
09:22:23.666:INFO:Log:initialized
09:22:29.506:WARN:Log:method showResizeKnobs on [DrawLine ID:undefined] overridden with non-function: 'null'
09:22:29.506:WARN:Log:method hideResizeKnobs on [DrawLine ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method showResizeKnobs on [DrawSector ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method hideResizeKnobs on [DrawSector ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method showResizeKnobs on [DrawLabel ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method hideResizeKnobs on [DrawLabel ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showResizeKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideResizeKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showMoveKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideMoveKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showResizeKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideResizeKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showMoveKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideMoveKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:24:51.295:WARN:Messaging:RealtimeMessaging not licensed - refusing to subscribe()
09:24:51.753:INFO:Log:isc.Page is loaded
Javascript Debugging:
==============
isc._optionalModules[module] RETURNS FALSE
IN:
isc.hasOptionalModule = function (module) {
var v = isc._optionalModules[module];
if (!v) {
if (isc.Log)
isc.Log.logWarn("isc.hasOptionalModule - unknown module: " + module);
return false;
}
// has module or devenv
return v.present == "true" || v.present.charAt(0) == "$";
};
========
- first post as a new customer
- thanks for a great training session - recommend it to all
- SmartClient version: v10.0p_2014-10-20/Enterprise Development Only (built 2014-10-20)
- Browser: Safari Version 8.0 (10600.1.25)
Situation:
===========
- Purchased and downloaded the Messaging subsystem and don't yet have the installation quite right.
- 09:24:51.295:WARN:Messaging:RealtimeMessaging not licensed
- the messaging-related jar file(s) are in the WEB-INF/lib directory
- the messaging-related js file(s) are in the isomorphic/system/modules/directory
Error and Logs:
===========
09:22:23.666:INFO:Log:initialized
09:22:29.506:WARN:Log:method showResizeKnobs on [DrawLine ID:undefined] overridden with non-function: 'null'
09:22:29.506:WARN:Log:method hideResizeKnobs on [DrawLine ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method showResizeKnobs on [DrawSector ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method hideResizeKnobs on [DrawSector ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method showResizeKnobs on [DrawLabel ID:undefined] overridden with non-function: 'null'
09:22:29.507:WARN:Log:method hideResizeKnobs on [DrawLabel ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showResizeKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideResizeKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showMoveKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideMoveKnobs on [DrawCurve ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showResizeKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideResizeKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method showMoveKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:22:29.508:WARN:Log:method hideMoveKnobs on [DrawLinePath ID:undefined] overridden with non-function: 'null'
09:24:51.295:WARN:Messaging:RealtimeMessaging not licensed - refusing to subscribe()
09:24:51.753:INFO:Log:isc.Page is loaded
Javascript Debugging:
==============
isc._optionalModules[module] RETURNS FALSE
IN:
isc.hasOptionalModule = function (module) {
var v = isc._optionalModules[module];
if (!v) {
if (isc.Log)
isc.Log.logWarn("isc.hasOptionalModule - unknown module: " + module);
return false;
}
// has module or devenv
return v.present == "true" || v.present.charAt(0) == "$";
};
Comment