Bluej Debuglog
Bluej Debuglog
====
BlueJ run started: Tue Jan 09 13:25:39 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
java.net.SocketTimeoutException: Read timed out
at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283)
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
at
java.base/sun.security.ssl.SSLSocketInputRecord.readFully(SSLSocketInputRecord.java
:461)
at
java.base/sun.security.ssl.SSLSocketInputRecord.decodeInputRecord(SSLSocketInputRec
ord.java:243)
at
java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:18
1)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1505)
at
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:142
0)
at
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
at
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:177)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\uf
1704781559567: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
java.io.FileNotFoundException while reading import cache: C:\Users\huyko\bluej\
import-cache.xml (The system cannot find the file specified)
Communication with debug VM fully established.
Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException
at javafx.scene.control.IndexRange.<init>(IndexRange.java:53)
at bluej.editor.base.TextLine.showError(TextLine.java:252)
at
bluej.editor.flow.FlowEditorPane.addErrorUnderline(FlowEditorPane.java:378)
at bluej.editor.flow.FlowEditorPane.updateRender(FlowEditorPane.java:266)
at bluej.editor.flow.FlowEditorPane.textChanged(FlowEditorPane.java:251)
at bluej.editor.flow.FlowEditor.textReplaced(FlowEditor.java:2195)
at bluej.editor.flow.HoleDocument.replaceText(HoleDocument.java:169)
at bluej.editor.flow.DocumentUndoStack.undo(DocumentUndoStack.java:129)
at bluej.editor.flow.FlowEditor$UndoManager.undo(FlowEditor.java:390)
at bluej.editor.flow.FlowActions.lambda$undoAction$31(FlowActions.java:1181)
at bluej.editor.flow.FlowActions$2.actionPerformed(FlowActions.java:1087)
at
bluej.utility.javafx.FXAbstractAction.lambda$makeButton$0(FXAbstractAction.java:143
)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:86)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:232)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:189)
at
com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventD
ispatcher.java:59)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.Node.fireEvent(Node.java:8944)
at javafx.scene.control.Button.fire(Button.java:203)
at
com.sun.javafx.scene.control.behavior.ButtonBehavior.mouseReleased(ButtonBehavior.j
ava:207)
at com.sun.javafx.scene.control.inputmap.InputMap.handle(InputMap.java:274)
at
com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingE
vent(CompositeEventHandler.java:247)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:80)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:232)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:189)
at
com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventD
ispatcher.java:59)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.Scene$MouseHandler.process(Scene.java:3980)
at javafx.scene.Scene.processMouseEvent(Scene.java:1890)
at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2704)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassVie
wEventHandler.java:411)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassVie
wEventHandler.java:301)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassView
EventHandler.java:450)
at
com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:4
24)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHand
ler.java:449)
at com.sun.glass.ui.View.handleMouseEvent(View.java:551)
at com.sun.glass.ui.View.notifyMouse(View.java:937)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at
com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
at java.base/java.lang.Thread.run(Thread.java:833)
====
====
BlueJ run started: Tue Jan 09 13:33:30 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\uf
1704782011475: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.SocketTimeoutException: Read timed out
at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283)
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
at
java.base/sun.security.ssl.SSLSocketInputRecord.readFully(SSLSocketInputRecord.java
:461)
at
java.base/sun.security.ssl.SSLSocketInputRecord.decodeInputRecord(SSLSocketInputRec
ord.java:243)
at
java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:18
1)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1505)
at
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:142
0)
at
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
at
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:535)
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:403)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:177)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\tk
1704782048465: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\queue
1704784178107: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\BinarySearch
1704784420932: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\queue
1704784451538: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Backtracking
1704784689203: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Searching
1704784750146: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Context
1704784816726: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Jan 09 14:32:57 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Context
1704785579596: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\
BagQueueStack
1704785622774: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Graph1
1704785742497: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Sorting
1704787374208: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat Jan 13 20:19:02 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Context
1705151944282: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat Jan 13 20:19:16 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Context
1705151958515: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat Jan 13 20:19:31 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Context
1705151973998: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\
BagQueueStack
1705151989438: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat Jan 13 21:26:59 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\
BagQueueStack
1705156021470: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Graph1
1705156078062: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sun Jan 14 15:04:14 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Graph1
1705219456703: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\
BagQueueStack
1705220059260: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Jan 16 13:07:59 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Graph1
1705385280855: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\
BagQueueStack
1705386197298: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Sorting
1705386239075: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Giving up on line #96
Giving up on line #170
====
====
BlueJ run started: Thu Jan 18 11:48:25 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Sorting
1705553306915: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat Jan 20 18:44:32 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Sorting
1705751074369: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Giving up on line #95
Giving up on line #89
Giving up on line #88
Giving up on line #87
====
====
BlueJ run started: Sun Jan 21 10:35:19 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Sorting
1705808120661: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\
BagQueueStack
1705812528973: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Graph1
1705812544224: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Searching
1705812621291: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sun Jan 21 11:56:21 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1705813042725: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
An unexpected exception occurred:
bluej.pkgmgr.dependency.Dependency$DependencyNotFoundException: Failed to find 'to'
target IndexMinPQ
at bluej.pkgmgr.dependency.Dependency.<init>(Dependency.java:152)
at bluej.pkgmgr.dependency.UsesDependency.<init>(UsesDependency.java:55)
at bluej.pkgmgr.Package.loadTargets(Package.java:967)
at bluej.pkgmgr.Project.getPackage(Project.java:1251)
at bluej.pkgmgr.Package.getChildren(Package.java:469)
at bluej.pkgmgr.PkgMgrFrame.graphChanged(PkgMgrFrame.java:3397)
at bluej.pkgmgr.PackageEditor.graphChanged(PackageEditor.java:427)
at bluej.pkgmgr.Package.setEditor(Package.java:536)
at bluej.pkgmgr.PkgMgrFrame.openPackage(PkgMgrFrame.java:967)
at bluej.pkgmgr.PkgMgrFrame.openProject(PkgMgrFrame.java:1603)
at bluej.pkgmgr.PkgMgrFrame.doOpenNonBlueJ(PkgMgrFrame.java:1680)
at bluej.pkgmgr.PkgMgrFrame.doOpenNonBlueJ(PkgMgrFrame.java:1569)
at
bluej.pkgmgr.actions.OpenNonBlueJAction.actionPerformed(OpenNonBlueJAction.java:40)
at bluej.pkgmgr.actions.PkgMgrAction.actionPerformed(PkgMgrAction.java:103)
at
bluej.utility.javafx.FXAbstractAction.lambda$setMenuActionAndDisable$1(FXAbstractAc
tion.java:195)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:86)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:232)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:189)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.control.MenuItem.fire(MenuItem.java:459)
at
com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(ContextM
enuContent.java:1385)
at
com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChil
dren$12(ContextMenuContent.java:1338)
at
com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingE
vent(CompositeEventHandler.java:247)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:80)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:232)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:189)
at
com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventD
ispatcher.java:59)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.Scene$MouseHandler.process(Scene.java:3980)
at javafx.scene.Scene.processMouseEvent(Scene.java:1890)
at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2704)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassVie
wEventHandler.java:411)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassVie
wEventHandler.java:301)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassView
EventHandler.java:450)
at
com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:4
24)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHand
ler.java:449)
at com.sun.glass.ui.View.handleMouseEvent(View.java:551)
at com.sun.glass.ui.View.notifyMouse(View.java:937)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at
com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
at java.base/java.lang.Thread.run(Thread.java:833)
====
====
BlueJ run started: Sun Jan 21 11:59:32 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1705813176075: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1705813267921: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sun Jan 21 12:01:26 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1705813288039: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1705813302583: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Jan 23 12:14:56 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1705986897831: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1705990856736: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1705991627387: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1705995971430: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Mon Feb 19 22:15:35 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1708355737371: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.SocketTimeoutException: Read timed out
at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283)
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
at
java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.jav
a:472)
at
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInpu
tRecord.java:70)
at
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1
460)
at
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:106
4)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputB
uffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuf
fer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponsePa
rser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponsePa
rser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHtt
pClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClie
ntConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(Managed
ClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.
java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirecto
r.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
====
====
BlueJ run started: Tue Feb 20 11:10:39 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1708402241427: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
====
====
BlueJ run started: Tue Feb 20 13:03:57 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1708409038406: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Mon Feb 26 19:21:07 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1708950069347: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Mon Feb 26 19:32:53 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1708950774630: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.SocketTimeoutException: Read timed out
at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283)
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
at
java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.jav
a:472)
at
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInpu
tRecord.java:70)
at
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1
460)
at
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:106
4)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputB
uffer.java:160)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuf
fer.java:273)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponsePa
rser.java:140)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponsePa
rser.java:57)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHtt
pClientConnection.java:283)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClie
ntConnection.java:251)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(Managed
ClientConnectionImpl.java:197)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.
java:271)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirecto
r.java:685)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:487)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
====
====
BlueJ run started: Wed Feb 28 00:24:29 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1709054671476: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat Mar 02 18:17:32 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1709378255884: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Mon Mar 04 23:17:01 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1709569022838: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1709569075656: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1709609287882: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Mar 05 11:48:12 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1709614094022: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1709614302690: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1709618567216: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1709620119659: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Giving up on line #259
Giving up on line #328
Giving up on line #329
====
====
BlueJ run started: Tue Mar 12 10:21:32 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1710213694477: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1710213717851: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException
at javafx.scene.control.IndexRange.<init>(IndexRange.java:53)
at bluej.editor.base.TextLine.showError(TextLine.java:252)
at
bluej.editor.flow.FlowEditorPane.addErrorUnderline(FlowEditorPane.java:378)
at bluej.editor.flow.FlowEditorPane.updateRender(FlowEditorPane.java:266)
at bluej.editor.flow.FlowEditorPane.textChanged(FlowEditorPane.java:251)
at bluej.editor.flow.FlowEditor.textReplaced(FlowEditor.java:2195)
at bluej.editor.flow.HoleDocument.replaceText(HoleDocument.java:169)
at bluej.editor.flow.FlowEditorPane.replaceSelection(FlowEditorPane.java:691)
at
bluej.editor.flow.FlowActions$DeletePrevCharAction.actionPerformed(FlowActions.java
:1939)
at bluej.editor.flow.FlowActions.lambda$updateKeymap$4(FlowActions.java:240)
at org.fxmisc.wellbehaved.event.InputMap.lambda$consume$2(InputMap.java:256)
at java.base/java.util.Optional.map(Optional.java:260)
at
org.fxmisc.wellbehaved.event.PatternActionMap.lambda$forEachEventType$1(InputMap.ja
va:414)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:23)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at org.fxmisc.wellbehaved.event.InputHandler.handle(InputHandler.java:50)
at
com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingE
vent(CompositeEventHandler.java:247)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:80)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:232)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:189)
at
com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventD
ispatcher.java:59)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.Scene.processKeyEvent(Scene.java:2190)
at javafx.scene.Scene$ScenePeerListener.keyEvent(Scene.java:2711)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$KeyEventNotification.run(GlassViewE
ventHandler.java:218)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$KeyEventNotification.run(GlassViewE
ventHandler.java:150)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleKeyEvent$1(GlassViewEv
entHandler.java:250)
at
com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:4
24)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(GlassViewEventHandle
r.java:249)
at com.sun.glass.ui.View.handleKeyEvent(View.java:542)
at com.sun.glass.ui.View.notifyKey(View.java:966)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at
com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
at java.base/java.lang.Thread.run(Thread.java:833)
====
====
BlueJ run started: Tue Mar 12 13:42:11 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1710225733856: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1710225754194: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Giving up on line #118
Giving up on line #169
Giving up on line #169
====
====
BlueJ run started: Mon Mar 18 21:31:13 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1710772275648: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1710772343861: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Mar 19 09:28:33 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1710815314591: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1710815435125: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Mar 19 13:07:07 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1710828430023: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1710828460047: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
[Fatal Error] import-cache.xml:25747:6: XML document structures must start and end
within the same entity.
nu.xom.ParsingException while reading import cache: XML document structures must
start and end within the same entity.
====
====
BlueJ run started: Tue Mar 19 14:06:58 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
1710832020113: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1710832032687: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Giving up on line #194
====
====
BlueJ run started: Fri Mar 22 21:29:15 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1711117756711: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Fri Mar 22 21:35:54 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1711118155587: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1711118204703: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Mon Mar 25 22:01:52 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1711378913994: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Mar 26 13:04:18 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1711433060138: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue Apr 02 13:09:59 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:44)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:259)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:159)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:304)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:611)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:446)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:86
3)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
6)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1712038201588: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1712038300178: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Giving up on line #36
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1712040319072: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1712041140787: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Thu May 02 00:06:36 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1714583198318: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1714583236581: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1714626521782: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Thu May 02 22:05:18 ICT 2024
BlueJ version 5.2.1
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1714662321033: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1714662341423: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Fri May 03 08:35:04 ICT 2024
BlueJ version 4.2.2
Java version 11.0.2
JavaFX version 11.0.2+1
Virtual machine: OpenJDK 64-Bit Server VM 11.0.2+9 (Oracle Corporation)
Running on: Windows 10 10.0 (amd64)
Java Home: D:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1714700107848: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
May 03, 2024 8:37:54 AM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving lookups for
'-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/D:/Program%20Files/BlueJ/lib/javafx/lib/javafx.controls.jar!/com/sun/
javafx/scene/control/skin/modena/modena.bss
====
====
BlueJ run started: Fri May 03 08:53:57 ICT 2024
BlueJ version 4.2.2
Java version 11.0.2
JavaFX version 11.0.2+1
Virtual machine: OpenJDK 64-Bit Server VM 11.0.2+9 (Oracle Corporation)
Running on: Windows 10 10.0 (amd64)
Java Home: D:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1714701241374: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Fri May 03 09:00:25 ICT 2024
BlueJ version 4.2.2
Java version 11.0.2
JavaFX version 11.0.2+1
Virtual machine: OpenJDK 64-Bit Server VM 11.0.2+9 (Oracle Corporation)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1714701632740: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
at
javafx.scene.control.skin.MenuButtonSkinBase.lambda$new$7(MenuButtonSkinBase.java:1
88)
at
com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:428)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at
com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:427)
at
com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at
com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
at java.base/java.lang.Thread.run(Thread.java:834)
Opening project: C:\Users\huyko\AppData\Local\Temp\tutorial16239190950461819850\
tutorial
1714702476435: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
May 03, 2024 9:16:02 AM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving lookups for
'-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/C:/Program%20Files/BlueJ/lib/javafx/lib/javafx.controls.jar!/com/sun/
javafx/scene/control/skin/modena/modena.bss
====
====
BlueJ run started: Thu May 09 15:26:33 ICT 2024
BlueJ version 4.2.2
Java version 11.0.2
JavaFX version 11.0.2+1
Virtual machine: OpenJDK 64-Bit Server VM 11.0.2+9 (Oracle Corporation)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715243202582: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Thu May 09 20:30:08 ICT 2024
BlueJ version 4.2.2
Java version 11.0.2
JavaFX version 11.0.2+1
Virtual machine: OpenJDK 64-Bit Server VM 11.0.2+9 (Oracle Corporation)
Running on: Windows 10 10.0 (amd64)
Java Home: D:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715261415790: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Thu May 09 22:46:22 ICT 2024
BlueJ version 4.2.2
Java version 11.0.2
JavaFX version 11.0.2+1
Virtual machine: OpenJDK 64-Bit Server VM 11.0.2+9 (Oracle Corporation)
Running on: Windows 10 10.0 (amd64)
Java Home: D:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715269587429: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
May 09, 2024 10:53:08 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving lookups for
'-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/D:/Program%20Files/BlueJ/lib/javafx/lib/javafx.controls.jar!/com/sun/
javafx/scene/control/skin/modena/modena.bss
May 09, 2024 10:53:08 PM javafx.scene.CssStyleHelper calculateValue
WARNING: Could not resolve '-fx-text-background-color' while resolving lookups for
'-fx-text-fill' from rule '*.label' in stylesheet
jar:file:/D:/Program%20Files/BlueJ/lib/javafx/lib/javafx.controls.jar!/com/sun/
javafx/scene/control/skin/modena/modena.bss
1715270141252: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
1715270145777: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Thu May 09 23:00:29 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715270433059: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Thu May 09 23:03:50 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715270636379: Listening for JDWP connection on address: javadebug
====
====
BlueJ run started: Thu May 09 23:06:55 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715270817796: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
1715270860891: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat May 11 00:22:30 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715361754186: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException
at javafx.scene.control.IndexRange.<init>(IndexRange.java:53)
at bluej.editor.base.TextLine.showError(TextLine.java:255)
at
bluej.editor.flow.FlowEditorPane.addErrorUnderline(FlowEditorPane.java:370)
at bluej.editor.flow.FlowEditorPane.updateRender(FlowEditorPane.java:258)
at bluej.editor.flow.FlowEditorPane.textChanged(FlowEditorPane.java:243)
at bluej.editor.flow.FlowEditor.textReplaced(FlowEditor.java:2195)
at bluej.editor.flow.HoleDocument.replaceText(HoleDocument.java:169)
at bluej.editor.flow.FlowEditorPane.replaceSelection(FlowEditorPane.java:660)
at
bluej.editor.flow.FlowActions$DeleteNextCharAction.actionPerformed(FlowActions.java
:1958)
at bluej.editor.flow.FlowActions.lambda$updateKeymap$4(FlowActions.java:240)
at org.fxmisc.wellbehaved.event.InputMap.lambda$consume$2(InputMap.java:256)
at java.base/java.util.Optional.map(Optional.java:260)
at
org.fxmisc.wellbehaved.event.PatternActionMap.lambda$forEachEventType$1(InputMap.ja
va:414)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:23)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at
org.fxmisc.wellbehaved.event.InputHandlerMap.lambda$null$0(InputHandlerMap.java:22)
at org.fxmisc.wellbehaved.event.InputHandler.handle(InputHandler.java:50)
at
com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingE
vent(CompositeEventHandler.java:247)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:80)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:232)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:189)
at
com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventD
ispatcher.java:59)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.Scene.processKeyEvent(Scene.java:2190)
at javafx.scene.Scene$ScenePeerListener.keyEvent(Scene.java:2711)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$KeyEventNotification.run(GlassViewE
ventHandler.java:218)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$KeyEventNotification.run(GlassViewE
ventHandler.java:150)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleKeyEvent$1(GlassViewEv
entHandler.java:250)
at
com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:4
24)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(GlassViewEventHandle
r.java:249)
at com.sun.glass.ui.View.handleKeyEvent(View.java:542)
at com.sun.glass.ui.View.notifyKey(View.java:966)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at
com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
at java.base/java.lang.Thread.run(Thread.java:833)
====
====
BlueJ run started: Sat May 11 09:43:09 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715395393523: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1715395688130: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
java.net.SocketTimeoutException: Read timed out
at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:283)
at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)
at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)
at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)
at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
at
java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.jav
a:472)
at
java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:16
0)
at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1505)
at
java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:142
0)
at
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
at
java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
at
org.apache.http.conn.ssl.SSLSocketFactory.createLayeredSocket(SSLSocketFactory.java
:570)
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:554)
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:415)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:180)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:326)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:605)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:440)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:83
5)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
8)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\NQueen
1715401899035: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Sat May 11 16:25:33 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:45)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:263)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:162)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:326)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:605)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:440)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:83
5)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
8)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715419534741: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Erliest-Finish-Time-
First
1715498772593: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1715508622582: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715525007776: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException
at javafx.scene.control.IndexRange.<init>(IndexRange.java:53)
at bluej.editor.base.TextLine.showError(TextLine.java:255)
at
bluej.editor.flow.FlowEditorPane.addErrorUnderline(FlowEditorPane.java:370)
at bluej.editor.flow.FlowEditorPane.updateRender(FlowEditorPane.java:258)
at bluej.editor.flow.FlowEditorPane.textChanged(FlowEditorPane.java:243)
at bluej.editor.flow.FlowEditor.textReplaced(FlowEditor.java:2195)
at bluej.editor.flow.HoleDocument.replaceText(HoleDocument.java:169)
at bluej.editor.flow.FlowEditorPane.replaceSelection(FlowEditorPane.java:660)
at bluej.editor.flow.FlowActions.lambda$pasteAction$50(FlowActions.java:1489)
at bluej.editor.flow.FlowActions$3.actionPerformed(FlowActions.java:1109)
at
bluej.utility.javafx.FXAbstractAction.lambda$setMenuActionAndDisable$1(FXAbstractAc
tion.java:195)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:86)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:232)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:189)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:49)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.control.MenuItem.fire(MenuItem.java:459)
at
com.sun.javafx.scene.control.ControlAcceleratorSupport.lambda$doAcceleratorInstall$
2(ControlAcceleratorSupport.java:184)
at
com.sun.javafx.scene.KeyboardShortcutsHandler.processAccelerators(KeyboardShortcuts
Handler.java:383)
at
com.sun.javafx.scene.KeyboardShortcutsHandler.dispatchBubblingEvent(KeyboardShortcu
tsHandler.java:163)
at
com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(CompositeEventD
ispatcher.java:59)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
8)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at
com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(BasicEventDispatcher.java:5
6)
at
com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(EventDispatchChainImpl.ja
va:114)
at com.sun.javafx.event.EventUtil.fireEventImpl(EventUtil.java:74)
at com.sun.javafx.event.EventUtil.fireEvent(EventUtil.java:54)
at javafx.event.Event.fireEvent(Event.java:198)
at javafx.scene.Scene.processKeyEvent(Scene.java:2190)
at javafx.scene.Scene$ScenePeerListener.keyEvent(Scene.java:2711)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$KeyEventNotification.run(GlassViewE
ventHandler.java:218)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$KeyEventNotification.run(GlassViewE
ventHandler.java:150)
at
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleKeyEvent$1(GlassViewEv
entHandler.java:250)
at
com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:4
24)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.handleKeyEvent(GlassViewEventHandle
r.java:249)
at com.sun.glass.ui.View.handleKeyEvent(View.java:542)
at com.sun.glass.ui.View.notifyKey(View.java:966)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at
com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:185)
at java.base/java.lang.Thread.run(Thread.java:833)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1715579837160: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Erliest-Finish-Time-
First
1715599861915: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Mon May 13 18:34:21 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Erliest-Finish-Time-
First
1715600064171: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1715616330274: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715618243285: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715620561677: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715620584868: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715620601424: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715620618602: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715620630471: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue May 14 11:35:50 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715661351853: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Weighted-Interval-
Scheduling
1715666953889: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1715668126549: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715675970109: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715675981495: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1715676728840: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1715679741778: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715682058966: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue May 14 17:28:30 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715682512029: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
File C:\Users\huyko\Documents\Zalo Received Files\Thuchanh\Graph1\DijkstraT.java
changed on disk; our record is 1715682961098 but file was 1715684654424
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1715686804565: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\NQueen
1715690851221: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Tue May 14 22:46:29 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715701591195: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Wed May 15 07:31:51 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715733115127: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1715734414959: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\OneDrive\PTTKTT\Thuchanh
1715735272044: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
====
====
BlueJ run started: Wed May 15 09:24:59 ICT 2024
BlueJ version 5.3.0
Build ID: ad88d32c
Java version 17.0.4.1
JavaFX version 20.0.1+2
Virtual machine: OpenJDK 64-Bit Server VM 17.0.4.1+1 (Eclipse Adoptium)
Running on: Windows 10 10.0 (amd64)
Java Home: C:\Program Files\BlueJ\jdk
----
Internal error: Update stats failed: java.net.UnknownHostException: stats.bluej.org
java.net.UnknownHostException: No such host is known (blackbox.bluej.org)
at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
at
java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.ja
va:933)
at
java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1529)
at
java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:852)
at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1519)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1377)
at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1305)
at
org.apache.http.impl.conn.SystemDefaultDnsResolver.resolve(SystemDefaultDnsResolver
.java:45)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.resolveHostname(DefaultCl
ientConnectionOperator.java:263)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:162)
at
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionI
mpl.java:326)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:605)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:440)
at
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:83
5)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83
)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:10
8)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56
)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:177)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:133)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:105)
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715739900829: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1715740494326: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\SinhVien
1715740512444: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715743407566: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Weighted-Interval-
Scheduling
1715743520251: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Weighted-Interval-
Scheduling
1715743781416: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Thuchanh
1715747714201: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Opening project: C:\Users\huyko\Documents\Zalo Received Files\Knapsack
1715747804318: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.