Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Exception calling Real Time Messaging System

    I'm evaluating the Smart GWT Real Time Messaging system. My client code is calling Messaging.subscribe and then I'm getting the following exception:

    (UnknownFileName:-1) 2012-02-07 17:21:24,137 [FATAL] Uncaught JavaScript exception [isc.HiddenFrame is undefined] in http://127.0.0.1:8888/ThinClientModule/sc/modules/ISC_RealtimeMessaging.js, line 53
    Uncaught JavaScript exception [isc.HiddenFrame is undefined] in http://127.0.0.1:8888/ThinClientModule/sc/modules/ISC_RealtimeMessaging.js, line 53

    Can you tell me what I'm doing wrong so I can continue my evaluation?

    Thanks,
    Ken

    #2
    Bad <inherits> in your .gwt.xml file - see installation instructions for correct inherits.

    Comment


      #3
      I don't know where I can find the installation document you referred to. However, I moved the RealtimeMessaging inherit before the SmartGWT inherits as follows:

      <inherits name='com.smartgwt.RealtimeMessaging' />
      <inherits name="com.smartgwt.tools.SmartGwtTools"/>
      <inherits name='com.smartgwt.SmartGwt' />

      Now I am getting the following exception when I try to access the Messaging API

      2012-02-08 10:29:31,053 FATAL [btpool0-3] Uncaught Exception:
      java.lang.RuntimeException: Attempt to use Messaging APIs without the optional Realtime Messaging module. Verify that your license includes this optional module and that you have included the necessary client and server-side components in your project.

      My company has purchased SmartGWT Power User edition and I'm trying to run that against the evaluation version of the RealTime messaging system.

      Any more help would be greatly appreciated.

      Thanks,
      Ken

      Comment


        #4
        The Installation documentation (and all other documentation) is linked from the QuickStart. Please take a careful pass through it, as if you've got this wrong (and you do) you probably skipped other steps too.

        Comment

        Working...
        X