0% found this document useful (0 votes)
69 views

Bluej Debuglog

The document provides log output from a BlueJ run that opened two projects and encountered a NullPointerException. It lists the BlueJ and Java versions used, shows the projects being opened, and includes a stack trace showing the NullPointerException occurred when focus was lost in the PkgMgrFrame class of the bluej.pkgmgr package.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views

Bluej Debuglog

The document provides log output from a BlueJ run that opened two projects and encountered a NullPointerException. It lists the BlueJ and Java versions used, shows the projects being opened, and includes a stack trace showing the NullPointerException occurred when focus was lost in the PkgMgrFrame class of the bluej.pkgmgr package.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

BlueJ run started: Thu Nov 07 12:24:07 COT 2013

BlueJ version 3.1.0


Java version 1.7.0_25
Virtual machine: Java HotSpot(TM) Client VM 23.25-b01 (Oracle Corporation)
Running on: Windows 7 6.1 (x86)
Java Home: C:\Program Files (x86)\Java\jdk1.7.0_25\jre
----
Opening project: C:\Program Files (x86)\BlueJ\ExpresionRegular
1383845048167: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Program Files (x86)\BlueJ\Expresiones2
1383845098080: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at bluej.pkgmgr.PkgMgrFrame.focusLost(PkgMgrFrame.java:1022)
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:229)
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:229)
at java.awt.AWTEventMulticaster.focusLost(AWTEventMulticaster.java:229)
at java.awt.Component.processFocusEvent(Component.java:6397)
at java.awt.Component.processEvent(Component.java:6261)
at java.awt.Container.processEvent(Container.java:2229)
at java.awt.Component.dispatchEventImpl(Component.java:4861)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at
java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1895)
at
java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManage
r.java:947)
at
java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java
:621)
at java.awt.Component.dispatchEventImpl(Component.java:4731)
at java.awt.Container.dispatchEventImpl(Container.java:2287)
at java.awt.Component.dispatchEvent(Component.java:4687)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.awt.EventQueue$4.run(EventQueue.java:708)
at java.awt.EventQueue$4.run(EventQueue.java:706)
at java.security.AccessController.doPrivileged(Native Method)
at
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

You might also like