Release 2.8.24
March 28, 2008
Requirements
- Blackboard 6.3 or above
- Java 5.0 or above
NOTES:
- For information on new features and/or bugs fixed in this version, please
read the release notes.
- If upgrading from a 2.8.x version of Podcast LX, be sure to run the "Archive tool links" administration task PRIOR to uninstalling Podcast LX. For more step-by-step instructions, see the "Update/Upgrade" section below.
Important Notice
Due to an issue in Blackboard, you may experience a "PermGen space" error when installing or activating Campus Pack. The PermGen space is a special area of the Java memory map, called the permanent generation heap, used to hold class files and related data. Repeatedly installing building blocks tends to leak memory in this heap. When the heap becomes full, building blocks may fail. Sometimes they fail when they are activated (made available); other times they fail during use. Typically, restarting Blackboard (or just Tomcat) will resolve the error, as all old classfiles will be eliminated. Deployments that perform nightly Blackboard restarts rarely see this problem; on the other hand, deployments that have not restarted in some time are quite likely to see it.
As of Blackboard 7.2, 256 MB is allocated to the permanent generation heap. This is sufficient for many building block installations. Earlier versions of Blackboard allocated only 64 MB which is not sufficient to support installing many building blocks. On such systems it may be necessary to increase the PermGen space to prevent the out-of-memory error from occurring. To do so, perform the following steps:
- Edit the file
blackboard/config/bb-config.properties. Note that this file may use UNIX line feeds which are hard to edit under Windows; it will appear as one long line with square characters instead of new lines. Please do your best to edit it anyway.
- Search for the
bbconfig.jvm.options.extra.tomcat setting (you can typically just run a Find for "extra").
- Add the following value after the = character:
-XX:MaxPermSize=256m -XX:PermSize=64m
This will increase the heap size from 64 MB to 256 MB.
- Run the
blackboard/tools/admin/PushConfigUpdates script and wait for it to complete.
If you have a load-balanced system with shared configuration then you will need to bounce Tomcat on your other appservers; otherwise repeat this process on each appserver.
Note that you should only perform this process if you are familiar with, and comfortable running, the PushConfigUpdates script. For further information or assistance, please contact support@learningobjects.com.
NOTES:
- For information on new features and/or bugs fixed in this version, please visit the support section of our web site.
- As of the 2.8.x releases, Podcast LX will have the same release numbers as the other applications in Campus Pack. If you are upgrading from a 1.1 or earlier release of Podcast LX, no additional steps are needed to upgrade to Podcast LX 2.8.x.
Installation
IMPORTANT: If you have a beta release of Podcast LX or Oscelot Podcaster on your server, please review the update section at the end of this document.
- Download the loi-podcastlx-2.8.x.x war file from the download site and
save it to your desktop.
- Navigate to the System Admin tab in Blackboard.
- Click on Manage Building Blocks.
- Click on Install Building Block.
- Click on the Browse button.
- Click on the Browse button, and find and select the saved loi-podcastlx-2.8.x.x war file.
- Click the Submit button on the web page. The file will then upload.
- Click on the OK button on the receipt page to return to the Manage Building Blocks page.
- Change the status of Podcast LX to Available. In Blackboard versions prior to 7.2, availability is set only for the entire institution. In Blackboard 7.2, the availability must be set for both the system and courses/orgs. Note: If the Podcast LX Building Block is not enabled here for all courses and organizations, then Podcast LX must be enabled individually in each course by the instructor.
- Click on the OK button on the Make Building Block Available page.
- The extension is now installed.
Registration
After installation, the extension must be registered with Learning Objects if you have not already registered or if you do not already have a license key for the application. To register, perform the following steps:
- Login to the Blackboard server as an administrator.
- Click on the System Admin tab.
- Click on Manage Podcast LX link under Tools.
- Click on the Register your extension link.
- Complete the form on the Register Podcast LX page and accept the
license. If you do not have a promotional code, leave that field blank.
- Click submit on the form.
- Click OK on the receipt page.
Within 24 hours, a registration key will be emailed to the address entered
in the form.
- Return to the Podcast LX License page.
- Click on the Install your key link.
- Copy the key from your email into the text box.
- Accept the license.
- Click submit on the form.
- The extension is now registered.
Supported Browsers
The following is a list of browsers supported by Podcast LX 2.8.24:
- Internet Explorer 6.0 and above on Windows
- Firefox 1.0 and above on Windows, Macintosh, and Linux
- Mozilla 1.3 and above on Windows, Macintosh, and Linux
- Netscape 7.1 and above on Windows and Macintosh
- Safari 3.0 and above on Windows and Macintosh
Uninstall
IMPORTANT: Due to an issue with the uninstall process in Blackboard, additional
steps must be taken to fully remove a building block.
- Login to the Blackboard server as an administrator.
- Click on the System Admin tab.
- Click on Manage Building Blocks.
- Change the status of Podcast LX or Oscelot Podcaster to Inactive.
- Click on the OK button on the receipt page to return to the Manage
Building Blocks page.
- Return to the Manage Building Blocks page.
- Click on the remove button for Podcast LX or Oscelot Podcaster.
Update / Upgrade
If a previous release of Podcast LX or Oscelot Podcaster is installed, it must be uninstalled by following the uninstall instructions (above), and then installing the newer release.
If upgrading from a 2.8.x version of Podcast LX, you must execute the "archive tool links" admin task PRIOR to uninstalling in order to ensure that tool links will not be lost. To do this, perform the following steps:
- Navigate to the Admin Panel and select the Manage Podcast LX link.
- Select the "Administration Tasks" link.
- Select the "Execute" button for the "Archive tool links" task.
- When the archive task is complete, the state will be listed as "ok." Once the task is complete, uninstall the Podcast LX Building Block and install the new version.
- Install the new version of Podcast LX and make it available.
- After installation is complete, navigate back to the "Administration Tasks" page.
- Select the "Execute" button for the "Restore tool links" task.
- When the archive task is complete, the state will be listed as "ok" and all tool links to the podcast tool will be restored.
- All Podcast LX or Oscelot Podcaster content remains in the system during an upgrade. There is no need to do anything to any Podcast content.
- If a link to the Podcast LX tool existed in the course menu prior to upgrade, the link must be re-created after upgrade. The content that existed in the tool prior to upgrade will be accessible after re-creating the link.
- If the Podcast LX course tool was disabled, it must be re-disabled after the update.
- When upgrading to Podcast LX from a beta version of Podcast LX or from Oscelot Podcaster, you must register the Podcast LX and install a license key that is subsequently sent from Learning Objects. If you are upgrading from Podcast LX 1.0.2 or subsequent Podcast releases, registration is not necessary.
If you have a load-balanced configuration, special care must be taken when
upgrading to be sure that all of the application servers properly reload the new
version. The best way to ensure this is to restart each application server after
upgrading each of the Campus Pack applications. If you are unable to restart
your application servers, please wait 2 to 5 minutes after removing the old
versions before attempting to install the new ones.
You can check to be sure that each of the application servers upgraded
correctly by viewing the Podcast LX logs.
- Login to the Blackboard server as an administrator.
- Click on the System Admin tab.
- Click on Manage Podcast LX.
- Click Download Logs.
- When prompted, save the log archive to a temporary location.
- Open the ZIP file and view each of the included Podcast LX log files.
There should be one for each application server.
- Look in each log for a message showing that the old version stopped, and
a following message showing that the new version started.
- If any application server is missing these messages, restart Tomcat on
that server to force it to reload the application. After it finishes
restarting, check the log for that host again to ensure that the correct
version is running.