You can subscribe to this list here.
2002 |
Jan
(17) |
Feb
(80) |
Mar
(56) |
Apr
(79) |
May
(9) |
Jun
(60) |
Jul
(29) |
Aug
(40) |
Sep
(23) |
Oct
(6) |
Nov
(25) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(17) |
Feb
(85) |
Mar
(22) |
Apr
(3) |
May
(18) |
Jun
(27) |
Jul
(38) |
Aug
(19) |
Sep
(15) |
Oct
(6) |
Nov
(2) |
Dec
(5) |
2004 |
Jan
(19) |
Feb
(26) |
Mar
(30) |
Apr
(29) |
May
(8) |
Jun
(28) |
Jul
(39) |
Aug
(17) |
Sep
(19) |
Oct
(12) |
Nov
(18) |
Dec
(9) |
2005 |
Jan
(5) |
Feb
(18) |
Mar
(4) |
Apr
(5) |
May
(9) |
Jun
(10) |
Jul
(15) |
Aug
(11) |
Sep
(6) |
Oct
(6) |
Nov
(11) |
Dec
(6) |
2006 |
Jan
(10) |
Feb
(27) |
Mar
(24) |
Apr
(39) |
May
(14) |
Jun
(14) |
Jul
(5) |
Aug
(15) |
Sep
(21) |
Oct
(25) |
Nov
(10) |
Dec
(6) |
2007 |
Jan
(19) |
Feb
(23) |
Mar
(10) |
Apr
(10) |
May
(10) |
Jun
(9) |
Jul
(8) |
Aug
(6) |
Sep
(10) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2008 |
Jan
(23) |
Feb
(13) |
Mar
(19) |
Apr
(11) |
May
(11) |
Jun
(10) |
Jul
(12) |
Aug
(19) |
Sep
(11) |
Oct
(4) |
Nov
(6) |
Dec
|
2009 |
Jan
(8) |
Feb
(15) |
Mar
(21) |
Apr
(12) |
May
(14) |
Jun
(9) |
Jul
(2) |
Aug
(17) |
Sep
(36) |
Oct
(31) |
Nov
(13) |
Dec
(13) |
2010 |
Jan
(24) |
Feb
(17) |
Mar
(32) |
Apr
(18) |
May
(9) |
Jun
(6) |
Jul
(11) |
Aug
(18) |
Sep
(7) |
Oct
(20) |
Nov
(5) |
Dec
(4) |
2011 |
Jan
(1) |
Feb
(5) |
Mar
(3) |
Apr
(1) |
May
(2) |
Jun
|
Jul
(1) |
Aug
(4) |
Sep
(7) |
Oct
(1) |
Nov
(3) |
Dec
(1) |
2012 |
Jan
(2) |
Feb
|
Mar
(1) |
Apr
(4) |
May
(1) |
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
(3) |
Nov
(3) |
Dec
|
2013 |
Jan
(1) |
Feb
(3) |
Mar
(1) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-01-24 01:36:31
|
Bugs item #1643096, was opened at 2007-01-23 17:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1643096&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: compile problem Initial Comment: error occurred when I download the new version of Dr. Java and tried to compile a program which compiled on the earlier version of Dr. Java. edu.rice.cs.drjava.model.definitions.InvalidPackageException: The source file C:\temp\Java\cyBlackJackGame\Random.java is in the wrong directory or in the wrong package. The directory name cyBlackJackGame does not match the package component util. at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc._getSourceRoot(AbstractGlobalModel.java:3599) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getSourceRoot(AbstractGlobalModel.java:2930) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile(DefaultCompilerModel.java:231) at edu.rice.cs.drjava.ui.MainFrame._compile(MainFrame.java:4137) at edu.rice.cs.drjava.ui.MainFrame.access$3700(MainFrame.java:102) at edu.rice.cs.drjava.ui.MainFrame$40.actionPerformed(MainFrame.java:632) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0\bin java.vm.version = 1.6.0-b105 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\LordCy java.runtime.version = 1.6.0-b105 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\LordCy\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.5.0_09\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\jdk1.5.0_09\bin; java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\LordCy user.timezone = America/Chicago java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = C:\temp\Java\drjava-stable-20061025-1556.exe;C:\Program Files\Java\jdk1.5.0_09\lib\tools.jar;C:\Program Files\Java\jdk1.6.0\lib\tools.jar user.name = LordCy java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0 java.ext.dirs = C:\Program Files\Java\jre1.6.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0\lib\resources.jar;C:\Program Files\Java\jre1.6.0\lib\rt.jar;C:\Program Files\Java\jre1.6.0\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0\lib\jsse.jar;C:\Program Files\Java\jre1.6.0\lib\jce.jar;C:\Program Files\Java\jre1.6.0\lib\charsets.jar;C:\Program Files\Java\jre1.6.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Tue Jan 23 19:29:48 CST 2007 javac.location = C:\\Program Files\\Java\\jdk1.6.0\\lib\\tools.jar extra.classpath = C:\\temp\\Java;C:\\temp\\Java\\nhUtilities lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE recent.files = [C:\\temp\\Java\\weissbookcode\\BinaryTree.java,C:\\temp\\Java\\weissbookcode\\BinarySearchTreeWithRank.java,C:\\temp\\Java\\weissbookcode\\BinarySearchTree.java,C:\\temp\\Java\\weissbookcode\\BinarySearchRecursive.java] window.height = 746 window.width = 1032 window.x = -4 window.y = -4 last.dir = C:\\temp\\Java\\cyBlackJackGame\\Random.java last.interactions.dir = C:\\Documents and Settings\\LordCy Used memory: about 6.94 megabytes Free memory: about 3.80 megabytes Total memory: about 10.74 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1643096&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-01-22 22:04:27
|
Bugs item #1641969, was opened at 2007-01-22 16:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1641969&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Corey Shaw (sigma_lmtd) Assigned to: Nobody/Anonymous (nobody) Summary: "Up" button in Save As dialog broken (right click menu only) Initial Comment: When the user right-clicks a file in the tree and goes to Save As, a dialog pops up that prompts for the location and name of the file. But the "up" button (to go up a directory) does not do anything in this dialog. It seems to work properly when Save As is selected from the File menu, but not from the right-click menu. Dump: java.lang.NullPointerException at edu.rice.cs.util.swing.FileSelectorComponent.validateTextField(FileSelectorComponent.java:236) at edu.rice.cs.util.swing.FileSelectorComponent$3.focusLost(FileSelectorComponent.java:129) at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:172) at java.awt.Component.processFocusEvent(Component.java:5380) at java.awt.Component.processEvent(Component.java:5244) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:840) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:530) at java.awt.Component.dispatchEventImpl(Component.java:3841) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) System Properties: DrJava Version 20070119-2249 drjava.debug.port = 35770 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386 java.vm.version = 1.5.0_06-b05 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = : java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>/drjava/drjava java.runtime.version = 1.5.0_06-b05 java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment java.endorsed.dirs = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/endorsed os.arch = i386 java.io.tmpdir = /tmp line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Linux sun.jnu.encoding = UTF-8 java.library.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386/client:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/../lib/i386 java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 2.6.9-42.0.2.ELsmp user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.print.PSPrinterJob file.encoding = UTF-8 java.specification.version = 1.5 java.class.path = <anonymized user.home>/drjava/drjava/drjava-15.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_03/lib/tools.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/lib/tools.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_07/lib/tools.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. java.vm.info = mixed mode java.version = 1.5.0_06 java.ext.dirs = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/ext sun.boot.class.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/rt.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i18n.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/sunrsasign.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/jsse.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/jce.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/charsets.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/classes java.vendor = Sun Microsystems Inc. file.separator = / java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = gnome sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Mon Jan 22 13:35:12 CST 2007 definitions.type.color = #999900 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false quit.prompt = false save.before.compile = true open.folder.recursive = true recent.files = [<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/algorithm/Queue.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/algorithm/BFS.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/MainWindow.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/Maze.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/MazeGrid.java] recent.projects = [<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/h1.pjt,<anonymized user.home>/drjava/drjava/src/drjava.pjt] window.height = 1154 window.width = 1610 window.x = -10 window.y = 26 doc.list.width = 310 last.dir = <anonymized user.home>/drjava/drjava/src/edu/rice/cs/drjava/ui last.interactions.dir = <anonymized user.home>/drjava/drjava/src Used memory: about 18.87 megabytes Free memory: about 7.63 megabytes Total memory: about 26.49 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1641969&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-01-22 21:59:45
|
Bugs item #1641963, was opened at 2007-01-22 15:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1641963&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Config Framework Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Corey Shaw (sigma_lmtd) Assigned to: Nobody/Anonymous (nobody) Summary: NullPointerException when setting Browser in Config Initial Comment: When setting the browser in the Preferences window, if the file does not exist it displays a warning dialog (as expected) but then throws a NullPointerException. This bug is reproducible: simply type a file that doesn't exist into the Web Browser field and press Enter. Dump from DrJava: java.lang.NullPointerException at edu.rice.cs.util.swing.FileSelectorComponent.validateTextField(FileSelectorComponent.java:236) at edu.rice.cs.util.swing.FileSelectorComponent$3.focusLost(FileSelectorComponent.java:129) at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:172) at java.awt.Component.processFocusEvent(Component.java:5380) at java.awt.Component.processEvent(Component.java:5244) at java.awt.Container.processEvent(Container.java:1966) at java.awt.Component.dispatchEventImpl(Component.java:3955) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1810) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:840) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:530) at java.awt.Component.dispatchEventImpl(Component.java:3841) at java.awt.Container.dispatchEventImpl(Container.java:2024) at java.awt.Component.dispatchEvent(Component.java:3803) at java.awt.EventQueue.dispatchEvent(EventQueue.java:463) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) System Properties: DrJava Version 20070119-2249 drjava.debug.port = 35770 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386 java.vm.version = 1.5.0_06-b05 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = : java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.home>/drjava/drjava java.runtime.version = 1.5.0_06-b05 java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment java.endorsed.dirs = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/endorsed os.arch = i386 java.io.tmpdir = /tmp line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Linux sun.jnu.encoding = UTF-8 java.library.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386/client:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/../lib/i386 java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 2.6.9-42.0.2.ELsmp user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.print.PSPrinterJob file.encoding = UTF-8 java.specification.version = 1.5 java.class.path = <anonymized user.home>/drjava/drjava/drjava-15.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_03/lib/tools.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/lib/tools.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_07/lib/tools.jar user.name = <anonymized user.name> java.vm.specification.version = 1.0 java.home = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. java.vm.info = mixed mode java.version = 1.5.0_06 java.ext.dirs = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/ext sun.boot.class.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/rt.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i18n.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/sunrsasign.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/jsse.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/jce.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/charsets.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/classes java.vendor = Sun Microsystems Inc. file.separator = / java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = gnome sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Mon Jan 22 13:35:12 CST 2007 definitions.type.color = #999900 lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false quit.prompt = false save.before.compile = true open.folder.recursive = true recent.files = [<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/algorithm/Queue.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/algorithm/BFS.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/MainWindow.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/Maze.java,<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/src/maze/MazeGrid.java] recent.projects = [<anonymized user.home>/comp314-07/homeworks/turnin/<anonymized user.name>/h1/h1.pjt,<anonymized user.home>/drjava/drjava/src/drjava.pjt] window.height = 1154 window.width = 1610 window.x = -10 window.y = 26 doc.list.width = 310 last.dir = <anonymized user.home>/drjava/drjava/src/edu/rice/cs/drjava/ui last.interactions.dir = <anonymized user.home>/drjava/drjava/src Used memory: about 18.87 megabytes Free memory: about 7.63 megabytes Total memory: about 26.49 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1641963&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-01-17 21:59:15
|
Bugs item #1638094, was opened at 2007-01-17 13:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1638094&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Config Framework Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Crashes on load, no configuration file Initial Comment: This bug was encountered on one of the machines in the PLT Lab. Running RedHat Enterprise 4. Dump: java.lang.NullPointerException at edu.rice.cs.util.FileOps.getValidDirectory(FileOps.java:693) at edu.rice.cs.drjava.model.AbstractGlobalModel.getMasterWorkingDirectory(AbstractGlobalModel.java:605) at edu.rice.cs.drjava.model.AbstractGlobalModel._ensureNotEmpty(AbstractGlobalModel.java:4275) at edu.rice.cs.drjava.model.AbstractGlobalModel._init(AbstractGlobalModel.java:407) at edu.rice.cs.drjava.model.AbstractGlobalModel.<init>(AbstractGlobalModel.java:351) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:201) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2547) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:122) System Properties: DrJava Version 20070117-1916 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386 java.vm.version = 1.5.0_06-b05 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = : java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = unknown java.vm.specification.name = Java Virtual Machine Specification user.dir = <anonymized user.dir> java.runtime.version = 1.5.0_06-b05 java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment java.endorsed.dirs = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/endorsed os.arch = i386 java.io.tmpdir = /tmp line.separator = "\u000a" java.vm.specification.vendor = Sun Microsystems Inc. os.name = Linux sun.jnu.encoding = UTF-8 java.library.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386/client:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i386:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/../lib/i386 java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 2.6.9-42.0.2.ELsmp user.home = <anonymized user.home> user.timezone = America/Chicago java.awt.printerjob = sun.print.PSPrinterJob file.encoding = UTF-8 java.specification.version = 1.5 java.class.path = <anonymized user.dir>/drjava-15.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_03/lib/tools.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/lib/tools.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_07/lib/tools.jar user.name = <anonymized user.home> java.vm.specification.version = 1.0 java.home = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. java.vm.info = mixed mode java.version = 1.5.0_06 java.ext.dirs = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/ext sun.boot.class.path = /home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/rt.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/i18n.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/sunrsasign.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/jsse.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/jce.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/lib/charsets.jar:/home/javaplt/java/Linux-i686/jdk1.5.0_06/jre/classes java.vendor = Sun Microsystems Inc. file.separator = / java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little sun.desktop = gnome sun.cpu.isalist = #DrJava configuration file #Wed Jan 17 15:56:13 CST 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE Used memory: about 2.01 megabytes Free memory: about 828.15 kilobytes Total memory: about 2.82 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1638094&group_id=44253 |
From: SourceForge.net <no...@so...> - 2007-01-10 08:15:52
|
Bugs item #1632086, was opened at 2007-01-10 00:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1632086&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: 6: Crashes Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Crash upon download Initial Comment: I installed JDK6 for Windows but when I go to install drjava for windows I get the following error: edu.rice.cs.util.UnexpectedException: java.rmi.server.ExportException: Listen failed on port: 0; nested exception is: java.net.SocketException: Permission denied: listen failed at edu.rice.cs.util.newjvm.AbstractMasterJVM.invokeSlave(AbstractMasterJVM.java:168) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.startInterpreterJVM(MainJVM.java:648) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:230) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2561) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:122) Caused by: java.rmi.server.ExportException: Listen failed on port: 0; nested exception is: java.net.SocketException: Permission denied: listen failed at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source) at sun.rmi.transport.LiveRef.exportObject(Unknown Source) at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at edu.rice.cs.util.newjvm.AbstractMasterJVM.invokeSlave(AbstractMasterJVM.java:164) ... 4 more Caused by: java.net.SocketException: Permission denied: listen failed at java.net.PlainSocketImpl.socketListen(Native Method) at java.net.PlainSocketImpl.listen(Unknown Source) at java.net.ServerSocket.bind(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source) ... 12 more Caused by: java.rmi.server.ExportException: Listen failed on port: 0; nested exception is: java.net.SocketException: Permission denied: listen failed at sun.rmi.transport.tcp.TCPTransport.listen(Unknown Source) at sun.rmi.transport.tcp.TCPTransport.exportObject(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.exportObject(Unknown Source) at sun.rmi.transport.LiveRef.exportObject(Unknown Source) at sun.rmi.server.UnicastServerRef.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at java.rmi.server.UnicastRemoteObject.exportObject(Unknown Source) at edu.rice.cs.util.newjvm.AbstractMasterJVM.invokeSlave(AbstractMasterJVM.java:164) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.startInterpreterJVM(MainJVM.java:648) at edu.rice.cs.drjava.model.DefaultGlobalModel.<init>(DefaultGlobalModel.java:230) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2561) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:122) Caused by: java.net.SocketException: Permission denied: listen failed at java.net.PlainSocketImpl.socketListen(Native Method) at java.net.PlainSocketImpl.listen(Unknown Source) at java.net.ServerSocket.bind(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at java.net.ServerSocket.<init>(Unknown Source) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createServerSocket(Unknown Source) at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(Unknown Source) ... 12 more System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0\bin java.vm.version = 1.6.0-b105 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Toodey Baloosey java.runtime.version = 1.6.0-b105 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\TOODEY~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Internet Explorer;;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\ java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Toodey Baloosey user.timezone = America/Los_Angeles java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = C:\Documents and Settings\Toodey Baloosey\Local Settings\Temporary Internet Files\Content.IE5\JIF00S05\drjava-stable-20061025-1556[2].exe;C:\Program Files\Java\jdk1.6.0\lib\tools.jar user.name = Toodey Baloosey java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0 java.ext.dirs = C:\Program Files\Java\jre1.6.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0\lib\resources.jar;C:\Program Files\Java\jre1.6.0\lib\rt.jar;C:\Program Files\Java\jre1.6.0\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0\lib\jsse.jar;C:\Program Files\Java\jre1.6.0\lib\jce.jar;C:\Program Files\Java\jre1.6.0\lib\charsets.jar;C:\Program Files\Java\jre1.6.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = #DrJava configuration file #Wed Jan 10 00:09:15 PST 2007 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE last.dir = C:\\Documents and Settings\\Toodey Baloosey last.interactions.dir = C:\\Documents and Settings\\Toodey Baloosey Used memory: about 1.92 megabytes Free memory: about 3.02 megabytes Total memory: about 4.94 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1632086&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-12-17 21:11:01
|
Bugs item #1617556, was opened at 2006-12-17 22:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1617556&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Fred Swartz (fredswartz) Assigned to: Nobody/Anonymous (nobody) Summary: DrJava crash - no obvious problem with program. Initial Comment: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace(Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren(Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText(SwingDocument.java:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpreterResetting(InteractionsModel.java:540) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInterpreter(MainJVM.java:600) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._resetInterpreter(RMIInteractionsModel.java:104) at edu.rice.cs.drjava.model.repl.InteractionsModel.resetInterpreter(InteractionsModel.java:204) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:322) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:300) at edu.rice.cs.drjava.model.DefaultGlobalModel$2.compileEnded(DefaultGlobalModel.java:161) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifier.compileEnded(CompilerEventNotifier.java:85) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._rawCompile(DefaultCompilerModel.java:263) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile(DefaultCompilerModel.java:189) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll(DefaultCompilerModel.java:136) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java:4192) at edu.rice.cs.drjava.ui.MainFrame.access$4000(MainFrame.java:102) at edu.rice.cs.drjava.ui.MainFrame$43.actionPerformed(MainFrame.java:661) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) SE Runtime Environment sun.boot.library.path = C:\Program Files\Java\jre1.6.0\bin java.vm.version = 1.6.0-b105 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io sun.java.launcher = SUN_STANDARD user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\fred java.runtime.version = 1.6.0-b105 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.6.0\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\fred\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.6.0\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Python24\.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.6.0\bin;C:\Program Files\QuickTime\QTSystem\ java.specification.name = Java Platform API Specification java.class.version = 50.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\fred user.timezone = Europe/Berlin java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.6 java.class.path = C:\1archives\java-compilers\www.drjava.org\drjava-stable-20061025-1556.jar;C:\Program Files\Java\jdk1.6.0\lib\tools.jar user.name = fred java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.6.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.6.0 java.ext.dirs = C:\Program Files\Java\jre1.6.0\lib\ext;C:\WINDOWS\Sun\Java\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.6.0\lib\resources.jar;C:\Program Files\Java\jre1.6.0\lib\rt.jar;C:\Program Files\Java\jre1.6.0\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0\lib\jsse.jar;C:\Program Files\Java\jre1.6.0\lib\jce.jar;C:\Program Files\Java\jre1.6.0\lib\charsets.jar;C:\Program Files\Java\jre1.6.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Sun Dec 17 22:07:26 CET 2006 javac.location = C:\\Program Files\\Java\\jdk1.6.0\\lib\\tools.jar lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false quit.prompt = false save.before.compile = true indent.level = 4 show.finally.warnings = true show.fallthrough.warnings = true show.path.warnings = true recent.files = [C:\\0java\\java-courses\\cmis102a-java\\cmis102a-2006-10-ramstein\\students\\PaulBone\\Main.java,C:\\0java\\notes-java-code\\GUI-lowlevel\\animation\\50analogclockbuf\\ClockAnalogBuf.java,C:\\0java\\notes-java-code\\GUI-lowlevel\\animation\\analog-clock-2\\ClockAnalog2.java,C:\\0java\\notes-java-code\\GUI\\components\\calculators\\toUppercase-app-applet\\ToUpperCase.java,C:\\1java\\editor-nutpad\\NutPad.java] window.height = 734 window.width = 1024 window.x = 0 window.y = 0 last.dir = C:\\0java\\java-courses\\cmis102a-java\\cmis102a-2006-10-ramstein\\students\\PaulBone\\Main.java last.interactions.dir = C:\\0java\\java-courses\\cmis102a-java\\cmis102a-2006-10-ramstein\\students\\PaulBone Used memory: about 10.69 megabytes Free memory: about 1.88 megabytes Total memory: about 12.57 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1617556&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-12-15 10:00:38
|
Bugs item #1616255, was opened at 2006-12-15 10:00 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1616255&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Adamo (user411) Assigned to: Nobody/Anonymous (nobody) Summary: JVM exited before registering, status: 0 Initial Comment: java.lang.IllegalStateException: Interpreter JVM exited before registering, status: 0 at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStartup(MainJVM.java:689) at edu.rice.cs.util.newjvm.AbstractMasterJVM$1.run(AbstractMasterJVM.java:205) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Programme\Java\j2re1.4.2_13\bin java.vm.version = 1.4.2_13-b06 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = DE sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Dokumente und Einstellungen\Adam java.runtime.version = 1.4.2_13-b06 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Programme\Java\j2re1.4.2_13\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOKUME~1\Adam\LOKALE~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.java2d.fontpath = java.library.path = C:\Programme\Java\j2re1.4.2_13\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;c:\progra~1\gemein~1\sonics~1\;c:\programme\microsoft sql server\80\tools\binn\;c:\programme\gemeinsame dateien\gis\tools;C:\Programme\MATLAB71\bin\win32;C:\Programme\QuickTime\QTSystem\;C:\Programme\SSH Secure Shell java.specification.name = Java Platform API Specification java.class.version = 48.0 java.util.prefs.PreferencesFactory = java.util.prefs.WindowsPreferencesFactory os.version = 5.1 user.home = C:\Dokumente und Einstellungen\Adam user.timezone = Europe/Berlin java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.4 java.class.path = C:\Dokumente und Einstellungen\Adam\Desktop\drjava-stable-20061025-1556.exe;C:\j2sdk1.4.2_13\lib\tools.jar user.name = Adam java.vm.specification.version = 1.0 java.home = C:\Programme\Java\j2re1.4.2_13 sun.arch.data.model = 32 user.language = de java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.4.2_13 java.ext.dirs = C:\Programme\Java\j2re1.4.2_13\lib\ext sun.boot.class.path = C:\Programme\Java\j2re1.4.2_13\lib\rt.jar;C:\Programme\Java\j2re1.4.2_13\lib\i18n.jar;C:\Programme\Java\j2re1.4.2_13\lib\sunrsasign.jar;C:\Programme\Java\j2re1.4.2_13\lib\jsse.jar;C:\Programme\Java\j2re1.4.2_13\lib\jce.jar;C:\Programme\Java\j2re1.4.2_13\lib\charsets.jar;C:\Programme\Java\j2re1.4.2_13\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium i486 i386 #DrJava configuration file #Fri Dec 15 10:46:45 CET 2006 javac.location = C:\\j2sdk1.4.2_13\\lib\\tools.jar extra.classpath = C:\\Fh\\Java2\\Prog1Tools.zip key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false window.height = 1000 window.width = 1280 window.x = 0 window.y = 0 doc.list.width = 159 last.dir = C:\\Dokumente und Einstellungen\\Adam\\Desktop last.interactions.dir = C:\\Dokumente und Einstellungen\\Adam\\Desktop Used memory: about 7,23 megabytes Free memory: about 2,52 megabytes Total memory: about 9,75 megabytes Total memory can expand to: about 127,06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1616255&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-12-11 04:24:44
|
Bugs item #1612916, was opened at 2006-12-10 23:24 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1612916&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: 2: Annoying Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jay (leet4life) Assigned to: Nobody/Anonymous (nobody) Summary: backslash appears as yen symbol Initial Comment: in all parts of DrJava, from the interactions pane to the main code window, a backslash "\" appears on the screen as the symbol for the japanese yen "¥" (the Y with two lines through it). The program still functions as if the ¥ were a \ , and if I highlight the ¥ and copy/paste it into Microsoft Word or any other program, it does appear as a \. Its strange. What could possibly be causing this? I have attached a screenshot of the interactions pane. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1612916&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-12-08 04:12:26
|
Bugs item #1611275, was opened at 2006-12-07 20:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1611275&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: I have no clue what happened but i cant close dr java can he Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.ui.MainFrame._repaintLineNums(MainFrame.java:6335) at edu.rice.cs.drjava.ui.MainFrame._updateNormalColor(MainFrame.java:6295) at edu.rice.cs.drjava.ui.MainFrame._resetNavigatorPane(MainFrame.java:3479) at edu.rice.cs.drjava.ui.MainFrame._closeProject(MainFrame.java:3573) at edu.rice.cs.drjava.ui.MainFrame._quit(MainFrame.java:4061) at edu.rice.cs.drjava.ui.MainFrame.access$5300(MainFrame.java:102) at edu.rice.cs.drjava.ui.MainFrame$126.windowClosing(MainFrame.java:2390) at java.awt.Window.processWindowEvent(Unknown Source) at javax.swing.JFrame.processWindowEvent(Unknown Source) at java.awt.Window.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20060918-1737 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_06\bin java.vm.version = 1.5.0_06-b05 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Owner java.runtime.version = 1.5.0_06-b05 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_06\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\Owner\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Python22;C:\Program Files\PC-Doctor for Windows\services;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Java\bin java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Owner user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\Owner\Desktop\Dr. Java.exe;C:\Program Files\Java\jdk\lib\tools.jar user.name = Owner java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_06 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_06 java.ext.dirs = C:\Program Files\Java\jre1.5.0_06\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_06\lib\rt.jar;C:\Program Files\Java\jre1.5.0_06\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06\lib\jce.jar;C:\Program Files\Java\jre1.5.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Thu Dec 07 23:11:12 EST 2006 javac.location = C:\\Program Files\\Java\\jdk\\lib\\tools.jar extra.classpath = L:\\Secure\\ICS4M1\\Lab4\\becker1.3.jar font.main = Comic Sans MS-12 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false quit.prompt = false interactions.reset.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\Owner\\My Documents\\ICS4M1\\Order\\OrderGUI.java,C:\\Documents and Settings\\Owner\\My Documents\\ICS4M1\\Order\\Order.java,C:\\Documents and Settings\\Owner\\My Documents\\ICS4M1\\Pizza\\GUISample.java,C:\\Documents and Settings\\Owner\\My Documents\\ICS4M1\\Order\\ImageLabel.java,C:\\Documents and Settings\\Owner\\My Documents\\ICS4M1\\Pizza\\Pizza.java] window.height = 744 window.width = 1024 window.x = 0 window.y = 0 doc.list.width = 137 last.dir = C:\\Documents and Settings\\Owner\\My Documents\\ICS4M1\\Order\\OrderGUI.java last.interactions.dir = C:\\Documents and Settings\\Owner\\My Documents\\ICS4M1\\Order dialog.drjava.error.popup.enabled = false ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1611275&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-12-01 04:55:49
|
Bugs item #1606538, was opened at 2006-11-30 20:55 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1606538&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: DrJ hangs after Interactions System.in operation Initial Comment: While writing a program using a BufferedReader wrapped around System.in, I tested it in the Interactions Pane. I used it and entered the same command several times before (just "q"), but this time the interactions pane hung. While DrJ still responds and compiles, the interactions pane will not reset and I'm going to have to close/restart DrJ. The errors window picked up two different problems. I'm on Windows XP using Java 1.5 with DrJava Version : 20061025-1556 Exception Stack Trace report from the built-in reporter: java.lang.ArrayIndexOutOfBoundsException: 43 at javax.swing.text.CompositeView.replace(Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren(Unknown Source) at javax.swing.text.View.removeUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.removeUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.removeUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleRemove(Unknown Source) at javax.swing.text.AbstractDocument.remove(Unknown Source) at edu.rice.cs.util.text.SwingDocument.remove(SwingDocument.java:161) at edu.rice.cs.drjava.model.AbstractDJDocument.remove(AbstractDJDocument.java:1586) at javax.swing.text.AbstractDocument.replace(Unknown Source) at javax.swing.JTextPane.replaceSelection(Unknown Source) at javax.swing.JTextPane.replaceSelection(Unknown Source) at javax.swing.text.DefaultEditorKit$DefaultKeyTypedAction.actionPerformed(Unknown Source) at javax.swing.SwingUtilities.notifyAction(Unknown Source) at javax.swing.JComponent.processKeyBinding(Unknown Source) at javax.swing.JComponent.processKeyBindings(Unknown Source) at javax.swing.JComponent.processKeyEvent(Unknown Source) at edu.rice.cs.drjava.ui.InteractionsPane.processKeyEvent(InteractionsPane.java:131) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Second stack trace: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace(Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren(Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText(SwingDocument.java:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpreterResetting(InteractionsModel.java:540) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInterpreter(MainJVM.java:600) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._resetInterpreter(RMIInteractionsModel.java:104) at edu.rice.cs.drjava.model.repl.InteractionsModel.resetInterpreter(InteractionsModel.java:204) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:322) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:300) at edu.rice.cs.drjava.model.DefaultGlobalModel$2.compileEnded(DefaultGlobalModel.java:161) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifier.compileEnded(CompilerEventNotifier.java:85) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._rawCompile(DefaultCompilerModel.java:263) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile(DefaultCompilerModel.java:189) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll(DefaultCompilerModel.java:136) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java:4192) at edu.rice.cs.drjava.ui.MainFrame.access$4000(MainFrame.java:102) at edu.rice.cs.drjava.ui.MainFrame$43.actionPerformed(MainFrame.java:661) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1606538&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-12-01 03:03:26
|
Feature Requests item #1606504, was opened at 2006-11-30 19:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1606504&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Other Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Icon? Initial Comment: Is there a place to get the DrJava icon? I want to put it on my Ubuntu desktop, but I want the DrJava logo icon on my desktop. How can I get that? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1606504&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-29 00:18:10
|
Bugs item #1604928, was opened at 2006-11-28 16:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1604928&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI: Windows-specific Group: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Interaction pane freezes Initial Comment: I found that the interaction pane freezes after few steps of the game play, while testing a text-based game on Dr.Java. Please see the attached classes and run TTTTextDriver. Thanks ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1604928&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-24 21:27:27
|
Bugs item #1602469, was opened at 2006-11-24 21:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1602469&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: anthonl (anthonl) Assigned to: Nobody/Anonymous (nobody) Summary: Null Pointer Exception Initial Comment: After downloading the DrJava source code, the bug can be found in the src directory in edu.rice.cs.drjava.ui.ProjectPropertiesFrame.saveSettings() at lines 211-212. That code is: if (_projRootSelector.getFileField().getText().equals("")) pr = null; if (!pr.equals(_model.getProjectRoot())) { If the body of the first if statement were to execute, the variable pr will be set to null. In the condition of the second if statement, a null pointer dereference will occur. A possible fix is to insert an if statement in between the two to check if the variable pr is null. The fixed code is: if (_projRootSelector.getFileField().getText().equals("")) pr = null; if ( pr != null ) { if (!pr.equals(_model.getProjectRoot())) { _model.setProjectRoot(pr); projRootChanged = true; } } Attached is the test case (named ProjectPropertiesFrameTest.java) that fails without the patch and passes with the patch. Put the test case in the src/edu/rice/cs/drjava/ui directory. Try to build DrJava. The build should fail because the test case that was just added should fail. Now fix the bug. Try to build DrJava. The test case should pass and the build should succeed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1602469&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-19 07:28:16
|
Bugs item #1599108, was opened at 2006-11-18 23:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1599108&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: ArrayIndexOutOfBoundsException Initial Comment: java.lang.ArrayIndexOutOfBoundsException: 11 at javax.swing.text.CompositeView.getView(Unknown Source) at javax.swing.text.View.forwardUpdate(Unknown Source) at javax.swing.text.BoxView.forwardUpdate(Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText(SwingDocument.java:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.ui.InteractionsController$3$2.run(InteractionsController.java:182) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_09\bin java.vm.version = 1.5.0_09-b03 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Brad java.runtime.version = 1.5.0_09-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_09\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\Brad\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\TextPad 4;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\SSH Communications Security\SSH Secure Shell;C:\Program Files\Pinnacle\Shared Files;C:\Program Files\Pinnacle\Shared Files\Filter java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Brad user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\Brad\My Documents\Homework\2A Software Engineering\CS 241\drjava-stable-20061025-1556.exe;C:\Program Files\Java\jdk1.5.0_08\lib\tools.jar user.name = Brad java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_09 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.5.0_09 java.ext.dirs = C:\Program Files\Java\jre1.5.0_09\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_09\lib\rt.jar;C:\Program Files\Java\jre1.5.0_09\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_09\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_09\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_09\lib\jce.jar;C:\Program Files\Java\jre1.5.0_09\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_09\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Sun Nov 19 02:26:49 EST 2006 javac.location = C:\\Program Files\\Java\\jdk1.5.0_08\\lib\\tools.jar key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE save.before.compile = true recent.files = [C:\\Documents and Settings\\Brad\\My Documents\\Homework\\2A Software Engineering\\CS 241\\Assignments\\A8\\Brad\\CS 241\\WLScan.java,C:\\Documents and Settings\\Brad\\My Documents\\Homework\\2A Software Engineering\\CS 241\\Assignments\\A6\\A3original\\WLScan.java,C:\\Documents and Settings\\Brad\\My Documents\\Homework\\2A Software Engineering\\CS 241\\Assignments\\A3\\original\\Asm.java,C:\\Documents and Settings\\Brad\\My Documents\\Homework\\2A Software Engineering\\CS 241\\Assignments\\A6\\A3original\\WLScan.java.java,C:\\Documents and Settings\\Brad\\My Documents\\Homework\\2A Software Engineering\\CS 241\\Assignments\\A6\\A3original\\Asm.java] window.height = 1000 window.width = 1280 window.x = 0 window.y = 28 last.dir = C:\\Documents and Settings\\Brad\\My Documents\\Homework\\2A Software Engineering\\CS 241\\Assignments\\A8\\Brad\\CS 241\\WLScan.java last.interactions.dir = C:\\Documents and Settings\\Brad\\My Documents\\Homework\\2A Software Engineering\\CS 241\\Assignments\\A8\\Brad\\CS 241 Used memory: about 11.38 megabytes Free memory: about 1.86 megabytes Total memory: about 13.23 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1599108&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-18 00:47:53
|
Bugs item #1598683, was opened at 2006-11-17 16:47 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1598683&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: can't install software Initial Comment: java.lang.NullPointerException at edu.rice.cs.drjava.ui.HTMLFrame._displayPage(HTMLFrame.java:289) at edu.rice.cs.drjava.ui.HTMLFrame._resetMainPane(HTMLFrame.java:271) at edu.rice.cs.drjava.ui.HTMLFrame._displayMainError(HTMLFrame.java:322) at edu.rice.cs.drjava.ui.HTMLFrame._displayPage(HTMLFrame.java:300) at edu.rice.cs.drjava.ui.HTMLFrame.<init>(HTMLFrame.java:249) at edu.rice.cs.drjava.ui.HTMLFrame.<init>(HTMLFrame.java:168) at edu.rice.cs.drjava.ui.HelpFrame.<init>(HelpFrame.java:57) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:2994) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:122) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0\bin java.vm.version = 1.5.0-b64 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Brandon Griffin java.runtime.version = 1.5.0-b64 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\BRANDO~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\Microsoft SQL Server\90\Tools\binn\ java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Brandon Griffin user.timezone = America/Los_Angeles java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\!JavaAssn\drjava-stable-20061025-1556.exe;C:\Program Files\Java\jdk1.5.0\lib\tools.jar user.name = Brandon Griffin java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0 java.ext.dirs = C:\Program Files\Java\jre1.5.0\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0\lib\rt.jar;C:\Program Files\Java\jre1.5.0\lib\i18n.jar;C:\Program Files\Java\jre1.5.0\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0\lib\jsse.jar;C:\Program Files\Java\jre1.5.0\lib\jce.jar;C:\Program Files\Java\jre1.5.0\lib\charsets.jar;C:\Program Files\Java\jre1.5.0\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Fri Nov 17 16:45:56 PST 2006 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE last.dir = C:\\Documents and Settings\\Brandon Griffin last.interactions.dir = C:\\Documents and Settings\\Brandon Griffin Used memory: about 5.00 megabytes Free memory: about 731.32 kilobytes Total memory: about 5.72 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1598683&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-17 16:34:01
|
Bugs item #1598463, was opened at 2006-11-17 11:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1598463&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI: MacOS X-specific Group: 4: Serious Status: Open Resolution: None Priority: 5 Private: No Submitted By: bwbecker (bwbecker) Assigned to: Nobody/Anonymous (nobody) Summary: Adding subclass of JSlider causes exception Initial Comment: Users of my library reported an exception when it displayed a window. I reduced it down to the following code, which produces the exception that follows the code. This was on a friend's PowerBook running Tiger and Java 1.5. She has DrJava version 20060918-1737. Thanks! Byron Here's the code: import javax.swing.*; public class TestUI { public static void main(String[] args) { JPanel p = new JPanel(); p.add(new SpeedSlider()); JFrame f = new JFrame("TestUI"); f.setContentPane(p); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); f.setSize(100, 100); f.setVisible(true); } } class SpeedSlider extends JSlider { public SpeedSlider() { super(JSlider.VERTICAL, 0, 100, 20); } } Here's the exception generated: UIDefaults.getUI() failed: createUI() failed for SpeedSlider[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,isInverted=false,majorTickSpacing=0,minorTickSpacing=0,orientation=VERTICAL,paintLabels=false,paintTicks=false,paintTrack=true,snapToTicks=false,snapToValue=true] java.lang.reflect.InvocationTargetException java.lang.Error at javax.swing.UIDefaults.getUIError(UIDefaults.java:691) at javax.swing.MultiUIDefaults.getUIError(MultiUIDefaults.java:117) at javax.swing.UIDefaults.getUI(UIDefaults.java:737) at javax.swing.UIManager.getUI(UIManager.java:868) at javax.swing.JSlider.updateUI(JSlider.java:244) at javax.swing.JSlider.<init>(JSlider.java:194) at SpeedSlider.<init>(TestUI.java:24) at TestUI.main(TestUI.java:9) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at koala.dynamicjava.interpreter.EvaluationVisitor.visit(EvaluationVisitor.java:1105) at edu.rice.cs.drjava.model.repl.EvaluationVisitorExtension.visit(EvaluationVisitorExtension.java:254) at koala.dynamicjava.tree.StaticMethodCall.acceptVisitor(StaticMethodCall.java:109) at edu.rice.cs.drjava.model.repl.DynamicJavaAdapter$InterpreterExtension.interpret(DynamicJavaAdapter.java:429) at edu.rice.cs.drjava.model.repl.DynamicJavaAdapter.interpret(DynamicJavaAdapter.java:93) at edu.rice.cs.drjava.model.repl.newjvm.InterpreterJVM$4.run(InterpreterJVM.java:249) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1598463&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-13 13:45:40
|
Bugs item #1595621, was opened at 2006-11-13 05:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1595621&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: run document got error Initial Comment: edu.rice.cs.drjava.model.definitions.InvalidPackageExce ption: The source file C:\SuCureSystem\SuCureTD.java is in the wrong directory or in the wrong package. The directory name SuCureSystem does not match the package component scs. at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOp enDefDoc._getSourceRoot(AbstractGlobalModel.java:3562) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOp enDefDoc.getSourceRoot(AbstractGlobalModel.java:2917) at edu.rice.cs.drjava.model.DefaultGlobalModel$ConcreteOpe nDefDoc.runMain(DefaultGlobalModel.java:457) at edu.rice.cs.drjava.ui.MainFrame._runMain (MainFrame.java:4354) at edu.rice.cs.drjava.ui.MainFrame.access$4200 (MainFrame.java:101) at edu.rice.cs.drjava.ui.MainFrame$45.actionPerformed (MainFrame.java:672) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.setPressed (Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseRelease d(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased (Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20060814-2258 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_08\bin java.vm.version = 1.5.0_08-b03 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = CA sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Irene java.runtime.version = 1.5.0_08-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_08 \lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\Irene\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_08 \bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS ;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\ATI Technologies\ATI Control Panel;C:\WINDOWS\Downloaded Program Files;C:\Program Files\PC-Doctor for Windows\services;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\SSH Communications Security\SSH Secure Shell java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Irene user.timezone = Asia/Singapore java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Program Files\drjava-stable- 20060814-2258.exe;C:\Program Files\Java\jdk1.5.0_08 \lib\tools.jar user.name = Irene java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_08 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_08 java.ext.dirs = C:\Program Files\Java\jre1.5.0_08 \lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_08 \lib\rt.jar;C:\Program Files\Java\jre1.5.0_08 \lib\i18n.jar;C:\Program Files\Java\jre1.5.0_08 \lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_08 \lib\jsse.jar;C:\Program Files\Java\jre1.5.0_08 \lib\jce.jar;C:\Program Files\Java\jre1.5.0_08 \lib\charsets.jar;C:\Program Files\Java\jre1.5.0_08 \classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi- bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1595621&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-08 03:53:00
|
Bugs item #1592406, was opened at 2006-11-07 19:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1592406&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: 5: Makes DrJ unstable Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: problema Initial Comment: edu.rice.cs.util.UnexpectedException: java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.Redu cedModelControl.move(ReducedModelControl.java:82) at edu.rice.cs.drjava.model.AbstractDJDocument.move (AbstractDJDocument.java:440) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrent Location(AbstractDJDocument.java:422) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt.getStrictPackageName(DefinitionsDocument.java:1217) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt.getPackageName(DefinitionsDocument.java:1045) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt._getPackageQualifier(DefinitionsDocument.java:306) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt.getQualifiedClassName(DefinitionsDocument.java:293) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteO penDefDoc._locateClassFile (AbstractGlobalModel.java:3358) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteO penDefDoc.checkIfClassFileInSync (AbstractGlobalModel.java:3324) at edu.rice.cs.drjava.model.AbstractGlobalModel.refreshAc tiveDocument(AbstractGlobalModel.java:4217) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane.switchT oError(ErrorPanel.java:762) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane.switchT oError(ErrorPanel.java:806) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane._update WithErrors(ErrorPanel.java:532) at edu.rice.cs.drjava.ui.CompilerErrorPanel$CompilerError ListPane._updateWithErrors (CompilerErrorPanel.java:187) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane.updateL istPane(ErrorPanel.java:462) at edu.rice.cs.drjava.ui.CompilerErrorPanel.reset (CompilerErrorPanel.java:166) at edu.rice.cs.drjava.ui.CompilerErrorPanel.reset (CompilerErrorPanel.java:156) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$14.run (MainFrame.java:6883) at edu.rice.cs.util.swing.Utilities.invokeLater (Utilities.java:62) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.compileE nded(MainFrame.java:6880) at edu.rice.cs.drjava.model.GlobalEventNotifier.compileEn ded(GlobalEventNotifier.java:384) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifie r.compileEnded(CompilerEventNotifier.java:85) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel ._rawCompile(DefaultCompilerModel.java:263) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compile(DefaultCompilerModel.java:189) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compileAll(DefaultCompilerModel.java:136) at edu.rice.cs.drjava.ui.MainFrame._compileAll (MainFrame.java:4188) at edu.rice.cs.drjava.ui.MainFrame.access$4000 (MainFrame.java:101) at edu.rice.cs.drjava.ui.MainFrame$43.actionPerformed (MainFrame.java:660) at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.setPressed (Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleas ed(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased (Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.Toke nList$Iterator._moveRight(TokenList.java:242) at edu.rice.cs.drjava.model.definitions.reducedmodel.Toke nList$Iterator._move(TokenList.java:206) at edu.rice.cs.drjava.model.definitions.reducedmodel.Toke nList$Iterator.move(TokenList.java:189) at edu.rice.cs.drjava.model.definitions.reducedmodel.Redu cedModelBrace.move(ReducedModelBrace.java:125) at edu.rice.cs.drjava.model.definitions.reducedmodel.Redu cedModelControl.move(ReducedModelControl.java:77) ... 52 more Caused by: java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.Toke nList$Iterator._moveRight(TokenList.java:242) at edu.rice.cs.drjava.model.definitions.reducedmodel.Toke nList$Iterator._move(TokenList.java:206) at edu.rice.cs.drjava.model.definitions.reducedmodel.Toke nList$Iterator.move(TokenList.java:189) at edu.rice.cs.drjava.model.definitions.reducedmodel.Redu cedModelBrace.move(ReducedModelBrace.java:125) at edu.rice.cs.drjava.model.definitions.reducedmodel.Redu cedModelControl.move(ReducedModelControl.java:77) at edu.rice.cs.drjava.model.AbstractDJDocument.move (AbstractDJDocument.java:440) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrent Location(AbstractDJDocument.java:422) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt.getStrictPackageName(DefinitionsDocument.java:1217) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt.getPackageName(DefinitionsDocument.java:1045) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt._getPackageQualifier(DefinitionsDocument.java:306) at edu.rice.cs.drjava.model.definitions.DefinitionsDocume nt.getQualifiedClassName(DefinitionsDocument.java:293) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteO penDefDoc._locateClassFile (AbstractGlobalModel.java:3358) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteO penDefDoc.checkIfClassFileInSync (AbstractGlobalModel.java:3324) at edu.rice.cs.drjava.model.AbstractGlobalModel.refreshAc tiveDocument(AbstractGlobalModel.java:4217) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane.switchT oError(ErrorPanel.java:762) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane.switchT oError(ErrorPanel.java:806) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane._update WithErrors(ErrorPanel.java:532) at edu.rice.cs.drjava.ui.CompilerErrorPanel$CompilerError ListPane._updateWithErrors (CompilerErrorPanel.java:187) at edu.rice.cs.drjava.ui.ErrorPanel$ErrorListPane.updateL istPane(ErrorPanel.java:462) at edu.rice.cs.drjava.ui.CompilerErrorPanel.reset (CompilerErrorPanel.java:166) at edu.rice.cs.drjava.ui.CompilerErrorPanel.reset (CompilerErrorPanel.java:156) at edu.rice.cs.drjava.ui.MainFrame$ModelListener$14.run (MainFrame.java:6883) at edu.rice.cs.util.swing.Utilities.invokeLater (Utilities.java:62) at edu.rice.cs.drjava.ui.MainFrame$ModelListener.compileE nded(MainFrame.java:6880) at edu.rice.cs.drjava.model.GlobalEventNotifier.compileEn ded(GlobalEventNotifier.java:384) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifie r.compileEnded(CompilerEventNotifier.java:85) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel ._rawCompile(DefaultCompilerModel.java:263) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compile(DefaultCompilerModel.java:189) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compileAll(DefaultCompilerModel.java:136) at edu.rice.cs.drjava.ui.MainFrame._compileAll (MainFrame.java:4188) at edu.rice.cs.drjava.ui.MainFrame.access$4000 (MainFrame.java:101) at edu.rice.cs.drjava.ui.MainFrame$43.actionPerformed (MainFrame.java:660) at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.setPressed (Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleas ed(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased (Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20060821-1502 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_08\bin java.vm.version = 1.5.0_08-b03 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = CR sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\lucachaco java.runtime.version = 1.5.0_08-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_08 \lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\LUCACH~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_08 \bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\syste m32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Adobe\AGL java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\lucachaco user.timezone = America/Regina java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = D:\My documents\Software\Java\DR Java\drjava-stable-20060821-1502.exe;D:\Installed Programs\Java\jdk1.5.0_08\lib\tools.jar user.name = lucachaco java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_08 sun.arch.data.model = 32 user.language = es java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_08 java.ext.dirs = C:\Program Files\Java\jre1.5.0_08 \lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_08\lib\rt.jar;C:\Program Files\Java\jre1.5.0_08\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_08\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_08\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_08\lib\jce.jar;C:\Program Files\Java\jre1.5.0_08\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_08\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi- bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1592406&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-08 00:52:42
|
Bugs item #1592347, was opened at 2006-11-07 19:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1592347&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Debugger Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Techokami (techokami) Assigned to: Nobody/Anonymous (nobody) Summary: Debugger crashed with runtime exception Initial Comment: So i was testing a program for my Java class (graphics ARGH!), and I decided to use the debugger to find out why my random shapes were not appearing. Well, I turned it on, forgot to set breakpoints (whoops) and closed my program. And that's when i got this: ava.lang.IllegalStateException: Debugger is not active. at edu.rice.cs.drjava.model.debug.JPDADebugger._ensureReady(JPDADebugger.java:209) at edu.rice.cs.drjava.model.debug.JPDADebugger.getWatches(JPDADebugger.java:1010) at edu.rice.cs.drjava.ui.DebugPanel.updateData(DebugPanel.java:166) at edu.rice.cs.drjava.ui.DebugPanel$DebugPanelListener.nonCurrThreadDied(DebugPanel.java:852) at edu.rice.cs.drjava.model.debug.DebugEventNotifier.nonCurrThreadDied(DebugEventNotifier.java:221) at edu.rice.cs.drjava.model.debug.JPDADebugger$9.run(JPDADebugger.java:2261) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) And the requested stuff from the System info tab (sans anything you guys don't really need to know): awt.toolkit sun.awt.windows.WToolkit file.encoding Cp1252 file.encoding.pkg sun.io file.separator \ java.awt.graphicsenv sun.awt.Win32GraphicsEnvironment java.awt.printerjob sun.awt.windows.WPrinterJob java.class.path C:\Program Files\Java\jdk1.5.0_06\lib\drjava.jar;C:\Program Files\Java\jdk1.5.0_06\lib\tools.jar; java.class.version 49.0 java.endorsed.dirs C:\Program Files\Java\jre1.5.0_06\lib\endorsed java.ext.dirs C:\Program Files\Java\jre1.5.0_06\lib\ext java.home C:\Program Files\Java\jre1.5.0_06 java.io.tmpdir C:\DOCUME~1\[no personal info for you]\LOCALS~1\Temp\ java.library.path C:\Program Files\Java\jre1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Windows Resource Kits\Tools\;c:\devkitPro\msys\bin;C:\Tcl\bin;C:\Perl\bin\;C:\Program Files\MotoRobots\gcc-m68k\bin;C:\Program Files\MotoRobots\gcc-m68k\vide;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files\backburner 2\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\Common Files\GTK\2.0\bin;C:\DolphinSDK1.0\x86\bin;C:\MusyXSDK\Converters;C:\MusyXSDK\SoundTool;C:\MusyXSDK\SoundSlave;C:\Program Files\SN Systems\ngc\bin java.rmi.server.hostname 127.0.0.1 java.runtime.name Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version 1.5.0_06-b05 java.specification.name Java Platform API Specification java.specification.vendor Sun Microsystems Inc. java.specification.version 1.5 java.vendor Sun Microsystems Inc. java.vendor.url http://java.sun.com/ java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi java.version 1.5.0_06 java.vm.info mixed mode, sharing java.vm.name Java HotSpot(TM) Client VM java.vm.specification.name Java Virtual Machine Specification java.vm.specification.vendor Sun Microsystems Inc. java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc. java.vm.version 1.5.0_06-b05 line.separator os.arch x86 os.name Windows XP os.version 5.1 path.separator ; sun.arch.data.model 32 sun.awt.exception.handler edu.rice.cs.drjava.ui.AWTExceptionHandler sun.boot.class.path C:\Program Files\Java\jre1.5.0_06\lib\rt.jar;C:\Program Files\Java\jre1.5.0_06\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06\lib\jce.jar;C:\Program Files\Java\jre1.5.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06\classes sun.boot.library.path C:\Program Files\Java\jre1.5.0_06\bin sun.cpu.endian little sun.cpu.isalist sun.desktop windows sun.io.unicode.encoding UnicodeLittle sun.jnu.encoding Cp1252 sun.management.compiler HotSpot Client Compiler sun.os.patch.level Service Pack 2 user.country US user.dir [this info is too sensitive, no personal data for you!] user.home [this info is too sensitive, no personal data for you!] user.language en user.name [this info is too sensitive, no personal data for you!] user.timezone America/New_York user.variant Just doing what you guys asked, nothing more nothing less =) P.S.: Don't expect me to check back on this at SourceForge, so if you can, email anything I should know to techokami[AT]gdarcade[DOT]taloncrossing[DOT]com. thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1592347&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-04 23:46:12
|
Bugs item #1590643, was opened at 2006-11-04 15:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1590643&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Performance Group: 6: Crashes Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Weird Error...Still Initial Comment: The error stands...even with the new version. Help? java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace (Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren (Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpda te(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.inser tUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate (Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString (Unknown Source) at javax.swing.text.AbstractDocument.insertString (Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText (SwingDocument.java:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLast Prompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.model.repl.InteractionsModel.interp reterResetting(InteractionsModel.java:540) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInter preter(MainJVM.java:600) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._re setInterpreter(RMIInteractionsModel.java:104) at edu.rice.cs.drjava.model.repl.InteractionsModel.resetI nterpreter(InteractionsModel.java:204) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInter actions(DefaultGlobalModel.java:322) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInter actions(DefaultGlobalModel.java:300) at edu.rice.cs.drjava.model.DefaultGlobalModel$2.compileE nded(DefaultGlobalModel.java:161) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifie r.compileEnded(CompilerEventNotifier.java:85) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel ._rawCompile(DefaultCompilerModel.java:263) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compile(DefaultCompilerModel.java:189) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compileAll(DefaultCompilerModel.java:136) at edu.rice.cs.drjava.ui.MainFrame._compileAll (MainFrame.java:4192) at edu.rice.cs.drjava.ui.MainFrame.access$4000 (MainFrame.java:102) at edu.rice.cs.drjava.ui.MainFrame$43.actionPerformed (MainFrame.java:661) at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.setPressed (Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleas ed(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased (Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_09\bin java.vm.version = 1.5.0_09-b01 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = CA sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Albee java.runtime.version = 1.5.0_09-b01 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_09 \lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\Albee\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_09 \bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\syste m32;C:\WINDOWS;C:\WINDOWS\system32 \WBEM;C:\WINDOWS\COMMAND;C:\Program Files\Common Files\Adobe\AGL;C:\Program Files\QuickTime\QTSystem\;C:\WINDOWS;C:\WINDOWS\COMMAN D java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Albee user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\Albee\My Documents\Documents\My Videos\drjava-stable-20060918- 1737.exe;C:\Program Files\Java\jdk1.5.0_09 \lib\tools.jar user.name = Albee java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_09 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.5.0_09 java.ext.dirs = C:\Program Files\Java\jre1.5.0_09 \lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_09\lib\rt.jar;C:\Program Files\Java\jre1.5.0_09\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_09\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_09\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_09\lib\jce.jar;C:\Program Files\Java\jre1.5.0_09\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_09\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi- bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = #DrJava configuration file #Sat Nov 04 18:28:17 EST 2006 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE interactions.exit.prompt = false quit.prompt = false interactions.reset.prompt = false recent.files = [C:\\Documents and Settings\\Albee\\My Documents\\My Java Stuff\\Albster Wack A Hamster! \\wackAHamster.java,C:\\Documents and Settings\\Albee\\My Documents\\My Java Stuff\\I Try So Hard! (Trials)\\Random Numbers\\random.java,C:\\Documents and Settings\\Albee\\My Documents\\My Java Stuff\\Die Number Signs! (UNFINISHED) \\destroyer.java,C:\\Documents and Settings\\Albee\\My Documents\\My Java Stuff\\NumSum! Number Adder!\\numSum.java,C:\\Documents and Settings\\Albee\\My Documents\\My Java Stuff\\The Guessing Game!\\guessGame.java] window.height = 742 window.width = 1024 window.x = 0 window.y = 0 last.dir = C:\\Documents and Settings\\Albee\\My Documents\\My Java Stuff\\Albster Wack A Hamster! \\wackAHamster.java last.interactions.dir = C:\\Documents and Settings\\Albee\\My Documents\\My Java Stuff\\Albster Wack A Hamster! Used memory: about 10.61 megabytes Free memory: about 6.87 megabytes Total memory: about 17.48 megabytes Total memory can expand to: about 127.06 megabytes ------ I tried it on another program as well. Still the same. Hopefully you guys can fix it. If you want, here's the program. Also, you'll need the Console. the code for the console is here. Just to let you know, I am still a beginner and so, my program really sucks and don't judge me...this is after all my like third month into Java. Thanks! --------- import java.io.*; public class Console { //variables InputStreamReader stdin = null; BufferedReader console = null; String inputString = null; Console() { //constructor stdin = new InputStreamReader(System.in); console = new BufferedReader(stdin); } public int readInt() throws IOException { inputString = console.readLine(); return Integer.parseInt(inputString); } public boolean readBoolean() throws IOException { inputString = console.readLine(); return Boolean.parseBoolean(inputString); } public double readDouble() throws IOException { inputString = console.readLine(); return Double.parseDouble(inputString); } public float readFloat() throws IOException { inputString = console.readLine(); return Float.parseFloat(inputString); } public long readLong() throws IOException { inputString = console.readLine(); return Long.parseLong(inputString); } public short readShort() throws IOException { inputString = console.readLine(); return Short.parseShort(inputString); } public byte readByte() throws IOException { inputString = console.readLine(); return Byte.parseByte(inputString); } public String readString() throws IOException { inputString = console.readLine(); return inputString; } } ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1590643&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-11-02 14:11:15
|
Bugs item #1589288, was opened at 2006-11-02 06:11 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1589288&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: compilation prob Initial Comment: edu.rice.cs.drjava.model.definitions.InvalidPackageExce ption: The source file C:\Documents and Settings\magic\My Documents\tmas\254\new1\Artist.java is in the wrong directory or in the wrong package. The directory name new1 does not match the package component tma02. at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOp enDefDoc._getSourceRoot(AbstractGlobalModel.java:3599) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOp enDefDoc.getSourceRoot(AbstractGlobalModel.java:2930) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel. compile(DefaultCompilerModel.java:231) at edu.rice.cs.drjava.ui.MainFrame._compile (MainFrame.java:4137) at edu.rice.cs.drjava.ui.MainFrame.access$3700 (MainFrame.java:102) at edu.rice.cs.drjava.ui.MainFrame$40.actionPerformed (MainFrame.java:632) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.setPressed (Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseRel eased(Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_06\bin java.vm.version = 1.5.0_06-b05 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = Service Pack 2 javax.accessibility.screen_magnifier_present = true java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\magic java.runtime.version = 1.5.0_06-b05 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_06 \lib\endorsed os.arch = x86 javax.accessibility.assistive_technologies = com.sun.java.accessibility.AccessBridge java.io.tmpdir = C:\DOCUME~1\magic\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_06 \bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system 32;C:\WINDOWS;C:\WINDOWS\System32 \Wbem;D:\adabas\bin;D:\adabas\pgm java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\magic user.timezone = Europe/London java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\magic\Desktop\soft\drjava-stable-20061025- 1556.exe;C:\Program Files\Java\jdk1.5.0\lib\tools.jar user.name = magic java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_06 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.5.0_06 java.ext.dirs = C:\Program Files\Java\jre1.5.0_06 \lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_06 \lib\rt.jar;C:\Program Files\Java\jre1.5.0_06 \lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06 \lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06 \lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06 \lib\jce.jar;C:\Program Files\Java\jre1.5.0_06 \lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06 \classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi- bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Thu Nov 02 14:09:46 GMT 2006 key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE quit.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\magic\\My Documents\\tmas\\254\\new1\\Artist.java,C:\\Documents and Settings\\magic\\My Documents\\tmas\\254 \\artist_class\\TestArtist.java,C:\\Documents and Settings\\magic\\My Documents\\tmas\\254 \\artist_class\\Artist.java,C:\\Documents and Settings\\magic\\My Documents\\tmas\\254 \\HelloWorld.java,C:\\Documents and Settings\\magic\\My Documents\\tmas\\254\\sample3.java] window.width = 963 window.x = 77 window.y = 36 last.dir = C:\\Documents and Settings\\magic\\My Documents\\tmas\\254\\new1\\Artist.java last.interactions.dir = C:\\Documents and Settings\\magic\\My Documents\\tmas\\254\\artist_class Used memory: about 8.95 megabytes Free memory: about 4.82 megabytes Total memory: about 13.77 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1589288&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-10-30 20:50:43
|
Bugs item #1587484, was opened at 2006-10-30 12:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1587484&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: tried to copy code from a website Initial Comment: 10 errors occured! Please submit a bug report containing the information below and an account of the actions that caused the bug (if known) to http://sourceforge.net/projects/drjava. You may wish to save all your work and restart DrJava. Thanks for your help in making DrJava better! edu.rice.cs.util.UnexpectedException: java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl.move(ReducedModelControl.java:82) at edu.rice.cs.drjava.model.AbstractDJDocument.move(AbstractDJDocument.java:440) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrentLocation(AbstractDJDocument.java:422) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument._getRelativeLine(DefinitionsDocument.java:478) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.getCurrentLine(DefinitionsDocument.java:443) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getCurrentLine(AbstractGlobalModel.java:3712) at edu.rice.cs.drjava.ui.MainFrame$PositionListener.caretUpdate(MainFrame.java:5631) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged(Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition(Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret$Handler.removeUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source) at javax.swing.text.AbstractDocument$DefaultDocumentEvent.undo(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane$UndoWithPosition.undo(DefinitionsPane.java:1268) at javax.swing.undo.CompoundEdit.undo(Unknown Source) at javax.swing.undo.UndoManager.undoTo(Unknown Source) at javax.swing.undo.UndoManager.undo(Unknown Source) at edu.rice.cs.drjava.model.definitions.CompoundUndoManager.undo(CompoundUndoManager.java:178) at edu.rice.cs.drjava.ui.DefinitionsPane$UndoAction.actionPerformed(DefinitionsPane.java:1168) at edu.rice.cs.util.swing.DelegatingAction.actionPerformed(DelegatingAction.java:135) at edu.rice.cs.drjava.ui.MainFrame$56.actionPerformed(MainFrame.java:884) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator._moveRight(TokenList.java:242) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator._move(TokenList.java:206) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator.move(TokenList.java:189) at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace.move(ReducedModelBrace.java:125) at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl.move(ReducedModelControl.java:77) ... 51 more Caused by: java.lang.IllegalArgumentException: At end at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator._moveRight(TokenList.java:242) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator._move(TokenList.java:206) at edu.rice.cs.drjava.model.definitions.reducedmodel.TokenList$Iterator.move(TokenList.java:189) at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelBrace.move(ReducedModelBrace.java:125) at edu.rice.cs.drjava.model.definitions.reducedmodel.ReducedModelControl.move(ReducedModelControl.java:77) at edu.rice.cs.drjava.model.AbstractDJDocument.move(AbstractDJDocument.java:440) at edu.rice.cs.drjava.model.AbstractDJDocument.setCurrentLocation(AbstractDJDocument.java:422) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument._getRelativeLine(DefinitionsDocument.java:478) at edu.rice.cs.drjava.model.definitions.DefinitionsDocument.getCurrentLine(DefinitionsDocument.java:443) at edu.rice.cs.drjava.model.AbstractGlobalModel$ConcreteOpenDefDoc.getCurrentLine(AbstractGlobalModel.java:3712) at edu.rice.cs.drjava.ui.MainFrame$PositionListener.caretUpdate(MainFrame.java:5631) at javax.swing.text.JTextComponent.fireCaretUpdate(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.fire(Unknown Source) at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(Unknown Source) at javax.swing.text.DefaultCaret.fireStateChanged(Unknown Source) at javax.swing.text.DefaultCaret.changeCaretPosition(Unknown Source) at javax.swing.text.DefaultCaret.handleSetDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret.setDot(Unknown Source) at javax.swing.text.DefaultCaret$Handler.removeUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireRemoveUpdate(Unknown Source) at javax.swing.text.AbstractDocument$DefaultDocumentEvent.undo(Unknown Source) at edu.rice.cs.drjava.ui.DefinitionsPane$UndoWithPosition.undo(DefinitionsPane.java:1268) at javax.swing.undo.CompoundEdit.undo(Unknown Source) at javax.swing.undo.UndoManager.undoTo(Unknown Source) at javax.swing.undo.UndoManager.undo(Unknown Source) at edu.rice.cs.drjava.model.definitions.CompoundUndoManager.undo(CompoundUndoManager.java:178) at edu.rice.cs.drjava.ui.DefinitionsPane$UndoAction.actionPerformed(DefinitionsPane.java:1168) at edu.rice.cs.util.swing.DelegatingAction.actionPerformed(DelegatingAction.java:135) at edu.rice.cs.drjava.ui.MainFrame$56.actionPerformed(MainFrame.java:884) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.AbstractButton.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source) at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20060821-1502 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_08\bin java.vm.version = 1.5.0_08-b03 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Anthony java.runtime.version = 1.5.0_08-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_08\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\Anthony\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_08\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\Binn\;C:\php;C:\Program Files\Apache Software Foundation\Apache2.2\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin;;C:\PROGRA~1\COMMON~1\MUVEET~1\030625 java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Anthony user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\Anthony\Desktop\drjava-stable-20060821-1502.exe;C:\Program Files\Java\jdk1.5.0_08\lib\tools.jar user.name = Anthony java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_08 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.5.0_08 java.ext.dirs = C:\Program Files\Java\jre1.5.0_08\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_08\lib\rt.jar;C:\Program Files\Java\jre1.5.0_08\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_08\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_08\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_08\lib\jce.jar;C:\Program Files\Java\jre1.5.0_08\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_08\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1587484&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-10-29 06:06:16
|
Bugs item #1586551, was opened at 2006-10-28 23:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1586551&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1: Would be nice if fixed ... Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: I got this when i tried to compile Initial Comment: java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace(Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren(Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.insertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate(Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString(Unknown Source) at javax.swing.text.AbstractDocument.insertString(Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText(SwingDocument.java:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLastPrompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.model.repl.InteractionsModel.interpreterResetting(InteractionsModel.java:540) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInterpreter(MainJVM.java:600) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._resetInterpreter(RMIInteractionsModel.java:104) at edu.rice.cs.drjava.model.repl.InteractionsModel.resetInterpreter(InteractionsModel.java:204) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:322) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInteractions(DefaultGlobalModel.java:300) at edu.rice.cs.drjava.model.DefaultGlobalModel$2.compileEnded(DefaultGlobalModel.java:161) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifier.compileEnded(CompilerEventNotifier.java:85) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel._rawCompile(DefaultCompilerModel.java:263) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compile(DefaultCompilerModel.java:189) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel.compileAll(DefaultCompilerModel.java:136) at edu.rice.cs.drjava.ui.MainFrame._compileAll(MainFrame.java:4192) at edu.rice.cs.drjava.ui.MainFrame.access$4000(MainFrame.java:102) at edu.rice.cs.drjava.ui.MainFrame$43.actionPerformed(MainFrame.java:661) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20061025-1556 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_09\bin java.vm.version = 1.5.0_09-b03 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Zhane java.runtime.version = 1.5.0_09-b03 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_09\lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\Zhane\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_09\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\ATI Technologies\ATI.ACE\;d:\OrCAD\OrCAD_15.7_Demo\tools\specctra\bin;d:\OrCAD\OrCAD_15.7_Demo\tools\PSpice;d:\OrCAD\OrCAD_15.7_Demo\tools\PSpice\Library;d:\OrCAD\OrCAD_15.7_Demo\tools\Capture;d:\OrCAD\OrCAD_15.7_Demo\tools\fet\bin;d:\OrCAD\OrCAD_15.7_Demo\tools\bin;d:\OrCAD\OrCAD_15.7_Demo\tools\pcb\bin;C:\Program Files\Common Files\GTK\2.0\bin java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Zhane user.timezone = Asia/Singapore java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\Zhane\Desktop\drjava-stable-20061025-1556.exe;C:\Program Files\Java\jdk1.5.0_09\lib\tools.jar user.name = Zhane java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_09 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode, sharing java.version = 1.5.0_09 java.ext.dirs = C:\Program Files\Java\jre1.5.0_09\lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_09\lib\rt.jar;C:\Program Files\Java\jre1.5.0_09\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_09\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_09\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_09\lib\jce.jar;C:\Program Files\Java\jre1.5.0_09\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_09\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi-bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86 #DrJava configuration file #Sun Oct 29 14:05:14 SGT 2006 javac.location = C:\\Program Files\\Java\\jdk1.5.0_09\\lib\\tools.jar lineenum.enabled = true key.delete.next = shift DELETE key.delete.previous = shift BACK_SPACE quit.prompt = false interactions.reset.prompt = false save.before.compile = true recent.files = [C:\\Documents and Settings\\Zhane\\Desktop\\proj\\dockets.java,C:\\Documents and Settings\\Zhane\\Desktop\\proj\\UI.java,C:\\Documents and Settings\\Zhane\\Desktop\\proj\\test.java,C:\\Documents and Settings\\Zhane\\Desktop\\proj\\Pill.java,C:\\Documents and Settings\\Zhane\\Desktop\\proj\\Medicine.java] window.height = 776 window.width = 1280 window.x = 0 window.y = 0 doc.list.width = 93 last.dir = C:\\Documents and Settings\\Zhane\\Desktop\\proj\\UI.java last.interactions.dir = C:\\Documents and Settings\\Zhane\\Desktop\\proj Used memory: about 10.34 megabytes Free memory: about 7.80 megabytes Total memory: about 18.14 megabytes Total memory can expand to: about 127.06 megabytes ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1586551&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-10-28 16:16:21
|
Bugs item #1586301, was opened at 2006-10-28 09:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1586301&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Compiler integration Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Tried to compile and got this issue Initial Comment: I tried to compile 5 different classes while programming a maze for my computer science class and i got the following error. I have DrJava Version : 20060821-1502 and my OS is windows XP. The JDK version is 1.5 java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at javax.swing.text.CompositeView.replace (Unknown Source) at javax.swing.text.BoxView.replace(Unknown Source) at javax.swing.text.View.updateChildren (Unknown Source) at javax.swing.text.View.insertUpdate(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$RootView.insertUpda te(Unknown Source) at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.inser tUpdate(Unknown Source) at javax.swing.text.AbstractDocument.fireInsertUpdate (Unknown Source) at javax.swing.text.AbstractDocument.handleInsertString (Unknown Source) at javax.swing.text.AbstractDocument.insertString (Unknown Source) at edu.rice.cs.util.text.SwingDocument.forceInsertText (SwingDocument.java:123) at edu.rice.cs.util.text.ConsoleDocument.insertBeforeLast Prompt(ConsoleDocument.java:219) at edu.rice.cs.drjava.model.repl.InteractionsModel.interp reterResetting(InteractionsModel.java:540) at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.killInter preter(MainJVM.java:599) at edu.rice.cs.drjava.model.repl.RMIInteractionsModel._re setInterpreter(RMIInteractionsModel.java:104) at edu.rice.cs.drjava.model.repl.InteractionsModel.resetI nterpreter(InteractionsModel.java:204) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInter actions(DefaultGlobalModel.java:319) at edu.rice.cs.drjava.model.DefaultGlobalModel.resetInter actions(DefaultGlobalModel.java:298) at edu.rice.cs.drjava.model.DefaultGlobalModel$2.compileE nded(DefaultGlobalModel.java:158) at edu.rice.cs.drjava.model.compiler.CompilerEventNotifie r.compileEnded(CompilerEventNotifier.java:85) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel ._rawCompile(DefaultCompilerModel.java:263) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compile(DefaultCompilerModel.java:189) at edu.rice.cs.drjava.model.compiler.DefaultCompilerModel .compileAll(DefaultCompilerModel.java:136) at edu.rice.cs.drjava.ui.MainFrame._compileAll (MainFrame.java:4188) at edu.rice.cs.drjava.ui.MainFrame.access$4000 (MainFrame.java:101) at edu.rice.cs.drjava.ui.MainFrame$43.actionPerformed (MainFrame.java:660) at javax.swing.AbstractButton.fireActionPerformed (Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed (Unknown Source) at javax.swing.DefaultButtonModel.setPressed (Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleas ed(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased (Unknown Source) at java.awt.Component.processMouseEvent (Unknown Source) at javax.swing.JComponent.processMouseEvent (Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl (Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent (Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl (Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.pumpEvents (Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) System Properties: DrJava Version 20060821-1502 java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition sun.boot.library.path = C:\Program Files\Java\jre1.5.0_06\bin java.vm.version = 1.5.0_06-b05 java.vm.vendor = Sun Microsystems Inc. java.vendor.url = http://java.sun.com/ path.separator = ; java.vm.name = Java HotSpot(TM) Client VM file.encoding.pkg = sun.io user.country = US sun.os.patch.level = Service Pack 2 java.vm.specification.name = Java Virtual Machine Specification user.dir = C:\Documents and Settings\Eric Bendell java.runtime.version = 1.5.0_06-b05 java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.endorsed.dirs = C:\Program Files\Java\jre1.5.0_06 \lib\endorsed os.arch = x86 java.io.tmpdir = C:\DOCUME~1\ERICBE~1\LOCALS~1\Temp\ line.separator = "\u000d\u000a" java.vm.specification.vendor = Sun Microsystems Inc. user.variant = os.name = Windows XP sun.jnu.encoding = Cp1252 java.library.path = C:\Program Files\Java\jre1.5.0_06 \bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\syste m32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Sun\AppServer\bin java.specification.name = Java Platform API Specification java.class.version = 49.0 sun.management.compiler = HotSpot Client Compiler os.version = 5.1 user.home = C:\Documents and Settings\Eric Bendell user.timezone = America/New_York java.awt.printerjob = sun.awt.windows.WPrinterJob file.encoding = Cp1252 java.specification.version = 1.5 java.class.path = C:\Documents and Settings\Eric Bendell\My Downloads\drjava-stable-20060821- 1502.exe;C:\Sun\AppServer\jdk\lib\tools.jar user.name = Eric Bendell java.vm.specification.version = 1.0 java.home = C:\Program Files\Java\jre1.5.0_06 sun.arch.data.model = 32 user.language = en java.specification.vendor = Sun Microsystems Inc. awt.toolkit = sun.awt.windows.WToolkit java.vm.info = mixed mode java.version = 1.5.0_06 java.ext.dirs = C:\Program Files\Java\jre1.5.0_06 \lib\ext sun.boot.class.path = C:\Program Files\Java\jre1.5.0_06\lib\rt.jar;C:\Program Files\Java\jre1.5.0_06\lib\i18n.jar;C:\Program Files\Java\jre1.5.0_06\lib\sunrsasign.jar;C:\Program Files\Java\jre1.5.0_06\lib\jsse.jar;C:\Program Files\Java\jre1.5.0_06\lib\jce.jar;C:\Program Files\Java\jre1.5.0_06\lib\charsets.jar;C:\Program Files\Java\jre1.5.0_06\classes java.vendor = Sun Microsystems Inc. file.separator = \ java.vendor.url.bug = http://java.sun.com/cgi- bin/bugreport.cgi sun.io.unicode.encoding = UnicodeLittle sun.cpu.endian = little java.rmi.server.hostname = 127.0.0.1 sun.desktop = windows sun.awt.exception.handler = edu.rice.cs.drjava.ui.DrJavaErrorHandler sun.cpu.isalist = ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1586301&group_id=44253 |
From: SourceForge.net <no...@so...> - 2006-10-27 12:45:27
|
Bugs item #1585775, was opened at 2006-10-27 05:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1585775&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: strange switch of focus on Scanner input Initial Comment: On many (or all??) of the recent versions of DrJava (including the most recent `stable' versions) using Scanner with System.in results, once input is entered (in the interaction panel) in a switch of mouse focus from the interaction panel to the definitions panel. This makes no sense. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1585775&group_id=44253 |