Archive

Posts Tagged ‘java’

No Java on PC35?

image

Plus restart request:

image

Categories: Glitches&Errors Tags: ,

How to configure Java not to check for updates in the frozen computer lab

  1. Many applications – both web-based or standalone – in the LRC rely on Java. They currently all start Java with the autoupdater:
  2. image
  3. and may at least temporarily allow for Java versions not tested for compatibility with LRC applications
  4. which should not cause permanent problems, since the computers are frozen, but does cause client s unnecessary hassle and delays
  5. provided that
    1. the LRC applications have been tested to work with the reasonably recent version of Java in the LRC image
    2. and staying on this version for, say, a term, causes no overarching security concerns (if it does, the more recent Java version should be frozen into the underlying software image anyway, after testing for compatibility with  LRC applications).
  6. The answer how to shut out the autoupdater is likely in the Java control panel. This screenshot is from version 7.51 while we have 7.45, but likely similar image
  7. Registry keys note 32-bit and 64-bit)
    1. HKLM\SOFTWARE\JavaSoft\Java Update\Policy    EnableAutoUpdateCheck
    2. HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy    EnableAutoUpdateCheck
    3. HKLM\SOFTWARE\JavaSoft\Java Update\Policy    EnableJavaUpdate
    4. HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy    EnableJavaUpdate
  8. For programmatically configuring this, a quick web search finds this:
  9. deployment.expiration.check.enabled

    Boolean

    true

    Must be “true” to prompt users to update the JRE when an out-of-date JRE is found on their system. Set to “false” to suppress the prompt.

  10. This is a setting in here:  The deployment.config file is used for specifying the System-Level deployment.properties in the infrastructure. By default no deployment.config file exists; thus, no system-wide deployment.properties file exists. If deployment.config exists, it is located in one of the directories shown in the following table.
    Operating System:Windows
    Location
    • <Windows Directory>\Sun\Java\Deployment\deployment.config
    • ${deployment.java.home}\lib\deployment.config
  11. in addition, likely this should be included: “SomeKey=SomeValue, may be locked by including another key, SomeKey.locked … so that the user cannot change it”.
  12. Information is from http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/index.html which may likely contain other information needed to configure JAVA in the LRC environment.

Firefox Java AddOn settings on learning lab PCs

  1. FireFox should not be allowed to update automatically:
    1. teacherimage
    2. student: imageafter restart: image
      1. change in: image
      2. or: image
      3. or in prefs.js and user.js
    3. v. 26 disables Java by default which we need for online textbook components
    4. what dos v27 do which is now being automatically downloaded and installed
  2. Java within Firefox
    1. should not be allowed to update automatically image
      1. especially not for Java (7.51 breaks our online textbook components)
      2. but it has not updated to 7.51
      3. is this b/o the Deployment Toolkit also being deactivated?  Not sure: “By blocking the Java DT plug-in, the Java version detection mechanism is disabled. Therefore, when a user tries to launch a Java applet or application, that requires a specific Java version other than the active Java version on a user’s system, it will fail.image
        1. Manually checking for updates leads to this: image
        2. how to prevent automatic update of java?
    2. should not be set to “ask” every time (on frozen computers), plus: users miss the notification that asks them to enable it
      1. teacherimage
      2. student: image
      3. to just freeze java temporarily on a version known working , setting about:config/
        1. extensions.blocklist.enabled / false seems to radical

Run mmsys.cpl if you get no audible output in a Blackboard IM call on your PC

  1. Problem: Blackboard IM (4.5.3), in its call window , gives you audio output volume meters image, but no actual audio output.
  2. Reason: Blackboard IM seems to have its on in-built idea which device to output audio to, even if you have no actual speakers plugged in to hear, and it is rather difficult to dissuade.
  3. Solution:
    1. Start / Run /”mmsys.cpl”, “OK”: Do the volume meters in there indicate that Blackboard IM outputs to another but your expected speaker (even if the other device is not the default)?
    2. imageimage
    3. Right-click on the other speaker device and Disable it.
    4. Also make sure to restart Blackboard IM. The built-in startup / dial tones will tell you immediately whether audio output works now

How to test Voice boards (Blackboard Collaborate, formerly Wimba voice) for Vista Higher Learning (Supersite3) Textbooks

2014/02/04 1 comment
  1. First I create a voice board,
    1. image
    2. image
    3. image
    4. and add an audio contribution so that students can respond:
    5. image
    6. Fail:
    7. image
    8. image
    9. image
    10. More fail
    11. image
    12. image
    13. The help offered is of no use: “If the Applet displayed the message “Audio Unavailable”, click here. “  This is neither the error message, nor does the help address Java (but rather audio hardware config) issues
    14. But if you refresh (F5 suffices) the window with the Setup Wizard, it starts working?
    15. image
    16. Even the audio recorder:
    17. image
    18. And the voice board (after F5):
    19. image
    20. image
    21. image
  2. What Java version is this under ?
    1. imagereally? have I restarted after uninstall of 7.54?
    2. The running process here is now Java 6.
    3. image
    4. Still need to test on Java 7.45.
  3. Now a user needs to test from the student view

How to test Blackboard IM (formerly Wimba Pronto) for Vista Higher Learning Textbooks

  1. After logging in on vhlcentral.com,
  2. the Software is linked on your “My courses”  page: image
  3. Download and install: image
  4. After install: image
  5. Mine was already enabled, but the help says: imageLog in (Note: my account info was different form my vhlcentral.com) image
  6. image
  7. image
  8. Check out the Tools menu
    1. Audio settings should be especially interesting, but there ix no built-on test:
    2. image
    3. Need a partner for testing ..

View a path to where you can start troubleshooting Pearson MyLanguageLab Wimba Voice Java

We used to do proctored LRC chapter exams using this textbook online component, but the Wimba Voice student recording tools stopped working, although a possible solution has been proposed with the problem report. This screencast  leads to an exercise where more testing (each supported browser will behave differently – this is Chrome) is possible::

JAVA warning dialogues to bypass during NanoGong activities

  1. You may be prompted to update JAVA – likely a not a bad idea: java outdated warning_thumb[1]
  2. Click “RUN”: image_thumb[8]_thumb[1]
  3. Check (1) “Accept”and Click (2) “Run”: CAM03105_thumb
  4. Click “Don’t Block”: CAM03106_thumb[1]
  5. Even more annoying when warning dialogues do not come to the foreground, and your computer/web browser simply seems to be stuck. Check your task bar/dock for blinking/jumping JAVA notifications, like here: CAM03112_thumb.
  6. You have to bypass these dialogues only once – per session (lab) or possibly per computer. Choose the right answer, for university assignments, it is safe to “Allow! Allow! Allow! (“run”, “don’t block:”, update”, what ever – use common sense).
  7. Remember, thinks could be worse,  – like if you try to use NanoGong in a Firefox that has not been explicitly configured to allow JAVA applets – read more on our troubleshooting NanoGong page.