Вы находитесь на странице: 1из 7

BlueJ run started: Sat Oct 12 05:35:56 PDT 2019

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
----
Detected language "english" based on iso639-2 code "eng"
Opening project: C:\Users\Vansh\Testing
1570883778143: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
java.io.FileNotFoundException while reading import cache:
C:\Users\Vansh\bluej\import-cache.xml (The system cannot find the file specified)
Communication with debug VM fully established.
====

====
BlueJ run started: Sat Oct 12 05:45:47 PDT 2019
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\Vansh\Testing
1570884348925: 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.IndexOutOfBoundsException: Position 128 is out of bounds
at org.reactfx.util.FingerTree$NonEmptyFingerTree.locate(FingerTree.java:42)
at
org.fxmisc.richtext.model.ReadOnlyStyledDocument.split(ReadOnlyStyledDocument.java:
275)
at
org.fxmisc.richtext.model.ReadOnlyStyledDocument.subSequence(ReadOnlyStyledDocument
.java:315)
at
org.fxmisc.richtext.model.GenericEditableStyledDocumentBase.subSequence(GenericEdit
ableStyledDocumentBase.java:193)
at
org.fxmisc.richtext.model.SimpleEditableStyledDocument.subSequence(SimpleEditableSt
yledDocument.java:10)
at org.fxmisc.richtext.model.StyledDocument.getText(StyledDocument.java:35)
at org.fxmisc.richtext.GenericStyledArea.getText(GenericStyledArea.java:920)
at bluej.editor.moe.MoeActions.findWordLimit(MoeActions.java:205)
at
bluej.editor.moe.MoeActions$BeginWordAction.actionPerformed(MoeActions.java:1806)
at bluej.editor.moe.MoeEditorPane.selectWord(MoeEditorPane.java:348)
at
org.fxmisc.richtext.GenericStyledAreaBehavior.handleSecondPress(GenericStyledAreaBe
havior.java:491)
at
org.fxmisc.wellbehaved.event.template.InputMapTemplate.lambda$consume$0(InputMapTem
plate.java:221)
at
org.fxmisc.wellbehaved.event.template.PatternActionTemplate.lambda$null$1(InputMapT
emplate.java:425)
at java.base/java.util.Optional.map(Optional.java:265)
at
org.fxmisc.wellbehaved.event.template.PatternActionTemplate.lambda$getInputHandlerT
emplateMap$2(InputMapTemplate.java:425)
at
org.fxmisc.wellbehaved.event.template.InputHandlerTemplateMap.lambda$sequence$0(Inp
utHandlerTemplateMap.java:25)
at
org.fxmisc.wellbehaved.event.template.InputHandlerTemplateMap.lambda$sequence$0(Inp
utHandlerTemplateMap.java:24)
at
org.fxmisc.wellbehaved.event.template.InputMapTemplate$HandlerTemplateConsumer$1.la
mbda$accept$0(InputMapTemplate.java:103)
at org.fxmisc.wellbehaved.event.InputHandler.handle(InputHandler.java:50)
at
com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingE
vent(CompositeEventHandler.java:218)
at
com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(CompositeEventHand
ler.java:80)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:238)
at
com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(EventHandlerManager.
java:191)
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:3851)
at javafx.scene.Scene$MouseHandler.access$1200(Scene.java:3579)
at javafx.scene.Scene.processMouseEvent(Scene.java:1849)
at javafx.scene.Scene$ScenePeerListener.mouseEvent(Scene.java:2588)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassVie
wEventHandler.java:397)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(GlassVie
wEventHandler.java:295)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(GlassView
EventHandler.java:434)
at
com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(QuantumToolkit.java:3
90)
at
com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(GlassViewEventHand
ler.java:433)
at com.sun.glass.ui.View.handleMouseEvent(View.java:556)
at com.sun.glass.ui.View.notifyMouse(View.java:942)
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)
Exception in thread "Thread-2" java.lang.NullPointerException
====

====
BlueJ run started: Sat Oct 12 10:07:33 PDT 2019
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\Vansh\Testing
1570900054923: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
1570900433342: 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 Oct 18 09:55:09 PDT 2019
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\Vansh\Testing
1571417711479: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
at
java.base/sun.security.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:5
26)
at
org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:128)
at
org.apache.http.conn.ssl.SSLSocketFactory.connectSocket(SSLSocketFactory.java:390)
at
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultCli
entConnectionOperator.java:148)
at
org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:149)
at
org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.
java:121)
at
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirecto
r.java:561)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:415)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:183)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:135)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:107)
====

====
BlueJ run started: Fri Oct 18 10:15:42 PDT 2019
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\Vansh\Testing
1571418943921: 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 Oct 18 11:05:22 PDT 2019
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\Vansh\Testing
1571421923758: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 939: java.util.InputMismatchException:
null
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 1594: java.util.InputMismatchException:
null (in java.util.Scanner)
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 2258: java.util.InputMismatchException:
null (in java.util.Scanner)
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 2212: java.util.InputMismatchException:
null (in java.util.Scanner)
1571422535096: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 939: java.util.InputMismatchException:
null
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 1594: java.util.InputMismatchException:
null (in java.util.Scanner)
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 2258: java.util.InputMismatchException:
null (in java.util.Scanner)
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 2212: java.util.InputMismatchException:
null (in java.util.Scanner)
1571422684119: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 939: java.util.InputMismatchException:
null
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 1594: java.util.InputMismatchException:
null (in java.util.Scanner)
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 2258: java.util.InputMismatchException:
null (in java.util.Scanner)
Error or exception for source not in project: C:\Users\Vansh\Testing\Scanner.java,
line 2212: java.util.InputMismatchException:
null (in java.util.Scanner)
1571422882472: 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/java.net.SocketInputStream.socketRead0(Native Method)
at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at
java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)
at
java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInpu
tRecord.java:68)
at
java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1
104)
at
java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823
)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputB
uffer.java:149)
at
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:110)
at
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuf
fer.java:260)
at
org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.jav
a:98)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
at
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHtt
pClientConnection.java:281)
at
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClie
ntConnection.java:247)
at
org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractC
lientConnAdapter.java:219)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.
java:298)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirecto
r.java:633)
at
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.j
ava:454)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
at
org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
at bluej.collect.DataSubmitter.postData(DataSubmitter.java:183)
at bluej.collect.DataSubmitter.processQueue(DataSubmitter.java:135)
at bluej.collect.DataSubmitter$1.run(DataSubmitter.java:107)
1571424462749: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
1571424536268: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
1571424550742: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
1571424581002: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
1571424771957: Listening for JDWP connection on address: javadebug
Connected to debug VM via dt_shmem transport...
Communication with debug VM fully established.
Exception in thread "Thread-2" java.lang.NullPointerException

Вам также может понравиться