Print

Print


We're hitting bizarre problems installing the SentientDISCOVER building
block from sentientlearning.com. Following install, clicking on the building
block's "Properties" page - or the Sentient course tool page itself -
results in this java exception:

Root Cause: java.util.MissingResourceException: Unable to load bundle.
at..blackboard.platform.intl.BundleManagerImpl.getBundle(BundleManagerImpl.java:150)
 at..blackboard.servlet.tags.data.ContextTag.doStartTag(ContextTag.java:106)
at..org.apache.jsp.courseTool_jsp._jspService(courseTool_jsp.java:543)

This error is thrown by the Blackboard "context" tag in the Bblock's
courseTool.jsp/config.jsp pages. I can't find any documentation or
forum-based info on this tag or what resource it may be missing. Any clues??

The exception is thrown by
blackboard.platform.intl.BundleManagerImpl.getBundle(). Does "intl" stand
for "international", and if so is this is a locale problem? We have the
standard set: en_US (current), en_SM, es_ES, fr_FR, it_IT.

Other unrelated building blocks - including ones that use the "context" tag
- have been installed succesfully. Both Sentient and Bb are on the case but
any other help would be greatly appreciated.