JDK-4375591 : Java 2D demo throws MIDI Unavailable exception on NS6 PR3
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.3.1_01
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: x86
  • Submitted: 2000-10-02
  • Updated: 2000-10-03
  • Resolved: 2000-10-03
Related Reports
Duplicate :  
Description
Platform : IA Solaris 8 / Solaris 8
Browser  : Netscape 6  

Steps to run the NS6 Browser and plugin

  1) rlogin to target Solaris or Linux system
  2) set the DISPLAY variable back to your system.  Example...
  
       setenv DISPLAY oxe.east:0.0  (Solaris using cshell)
       
                    or
                    
       export DISPLAY=oxe.east:0.0  (Linux)
       
     Substitute your system name for 'oxe' above.
     
  3) cd /net/sqesvr.eng/deployment3/mozilla/pr3
  4) ./run_mozilla
  5.) go to the below link and execute the testcases
      http://java.sun.com/products/plugin/1.3/demos/applets.html
  6.) Look for Java2D under Java Foundation Classes (JFC) Applets
  7.) execute the demos 

Result : Throws the following exception
"Sound midi unavailable exception "


Comments
EVALUATION This is a duplicate of #4302884. The exception is thrown because audio device is not released when AudioClip stops. stanley.ho@Eng 2000-10-02
02-10-2000