<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title></title>
<style type="text/css">
<!--
body{margin-left:10px;margin-right:10px;margin-top:10px;margin-bottom:10px;}
-->
</style>
</head>
<body marginleft="10" marginright="10" margintop="10" marginbottom="10">
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">From the Alice book with the Beetle Band example and scenario; The students and I are trying to add on to the basic Beetle Band scenario of creating a Solo and Duets with using Parameters. However, each time the students try to test the added Methods for either Solo or Duets by changing the Event world start, Alice freezes. The third part of the project which is the add on, is
to have music playing the whole time in the background and the students trying to sinc the lyrics and movements to the music. The problem is that every time I try to add a Do together in the events, Alice freezes or gives an error. (see below) Is this an Alice thing? An Alice running or Mac thing? A Java thing? And is there a way to fix it?</font></div>
<br />
<br />
<br />
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Alice version: 2.3.5</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">os.name: Mac OS X</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">os.version: 10.7.5</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">os.arch: x86_64</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">java.vm.name: Java HotSpot(TM) 64-Bit Server VM</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">java.vm.version: 20.65-b04-462</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">user.dir: /Applications/Alice.app/Contents/Required</font></div>
<br />
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Exception in thread &quot;TimerQueue&quot; java.lang.OutOfMemoryError: Java heap space</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.awt.EventQueue.invokeLater(EventQueue.java:1078)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at javax.swing.SwingUtilities.invokeLater(SwingUtilities.java:1267)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at javax.swing.Timer$1.run(Timer.java:583)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at javax.swing.Timer$1.run(Timer.java:581)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.security.AccessController.doPrivileged(Native Method)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at javax.swing.Timer.post(Timer.java:581)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at javax.swing.TimerQueue.postExpiredTimers(TimerQueue.java:194)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at javax.swing.TimerQueue.run(TimerQueue.java:230)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Thread.run(Thread.java:695)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Exception in thread &quot;AWT-EventQueue-0&quot; java.lang.OutOfMemoryError: Java heap space</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.Arrays.copyOfRange(Arrays.java:3209)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.String.&lt;init&gt;(String.java:215)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.Properties.loadConvert(Properties.java:568)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.Properties.load0(Properties.java:375)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.Properties.load(Properties.java:325)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.PropertyResourceBundle.&lt;init&gt;(PropertyResourceBundle.java:111)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2334)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1364)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.ResourceBundle.findBundle(ResourceBundle.java:1328)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1224)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.lang.Messages.getString(Messages.java:31)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.AuthoringToolResources.getReprForValue(AuthoringToolResources.java:1130)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.AuthoringToolResources.getReprForValue(AuthoringToolResources.java:827)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makePrototypeStructure(PopupMenuUtilities.java:1201)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities$8.createItem(PopupMenuUtilities.java:955)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makeFlatElementStructure(PopupMenuUtilities.java:467)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makePrototypeStructure(PopupMenuUtilities.java:1044)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities$8.createItem(PopupMenuUtilities.java:955)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makeElementStructure(PopupMenuUtilities.java:427)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makePrototypeStructure(PopupMenuUtilities.java:1049)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makePrototypeStructure(PopupMenuUtilities.java:1205)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities$8.createItem(PopupMenuUtilities.java:955)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makeElementStructure(PopupMenuUtilities.java:427)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makePrototypeStructure(PopupMenuUtilities.java:1049)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities$8.createItem(PopupMenuUtilities.java:955)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makeElementStructure(PopupMenuUtilities.java:427)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.makePrototypeStructure(PopupMenuUtilities.java:1049)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities$8.createItem(PopupMenuUtilities.java:955)</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at edu.cmu.cs.stage3.alice.authoringtool.util.PopupMenuUtilities.processStructure(PopupMenuUtilities.java:2416)</font></div>
<br />
<br />
<br />
<br />
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">thanks,</font></div>
<br />
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Lori Fuller, M.Ed.</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Monarch High School</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Career Technology Department Head</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Technology Coordinator</font></div>
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Asst. Athletic Director</font></div>
<br />
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">&quot;A posse ad esse&quot;, from possibility to actuality...</font></div>
<br />
<div align="left" style="text-align:left;"><img src="cid:MjUxNF83MjgxOF8wLmpwZw==@browardschools.com" align="middle" width="359" height="359" hspace="4" vspace="4" alt="2514_72818_0.jpg" title="2514_72818_0.jpg" border="0" /></div>
<br />
<div align="left" style="text-align:left;"><font face="Times New Roman" size="+1" color="#000000" style="font-family:Times New Roman;font-size:14pt;color:#000000;">Under Florida law, e-mail addresses, and all communications, including e-mail communications, made or received in connection with the transaction of School Board business are public records, which must be retained as required by law and must be disclosed upon receipt of a public records request, except as may be excluded by federal or state laws. &nbsp;If you do not want your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing.</font></div>
<br />
<br />
</body>
</html>