CommonWealthRobotics / BowlerStudio

A Full-Stack Robotics Development Environment
GNU Lesser General Public License v3.0
129 stars 29 forks source link

Build 2.5.2 com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread at line 15 #372

Closed madhephaestus closed 3 weeks ago

madhephaestus commented 11 months ago

Auto Reported Issue BowlerStudio Build 2.5.2 BowlerKernel 1.59.0 JavaCad Version: 0.28.0 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_242 JavaFX Version: 8.0.242

OS = Linux amd64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/madhephaestus/SVGBowlerExtrude.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:400)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:367)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.locateGit(ScriptingEngine.java:1669)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.checkOwner(ScriptingEngine.java:1792)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingFileWidget.<init>(ScriptingFileWidget.java:119)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingFileWidget.<init>(ScriptingFileWidget.java:89)
    at com.neuronrobotics.bowlerstudio.tabs.LocalFileScriptTab.<init>(LocalFileScriptTab.java:131)
    at com.neuronrobotics.bowlerstudio.BowlerStudioController.createFileTab(BowlerStudioController.java:142)
    at com.neuronrobotics.bowlerstudio.BowlerStudioModularFrame.createFileTab(BowlerStudioModularFrame.java:352)
    at com.neuronrobotics.bowlerstudio.BowlerStudio.createFileTab(BowlerStudio.java:586)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu.openFilesInUI(BowlerStudioMenu.java:282)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu.access$1400(BowlerStudioMenu.java:69)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu$2.lambda$run$0(BowlerStudioMenu.java:250)
    at java.lang.Thread.run(Thread.java:748)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:228)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
dromero2025 commented 5 months ago

Auto Reported Issue BowlerStudio Build 2.11.0 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_212 JavaFX Version: 8.0.212

OS = Windows 10 amd64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/dromero2025/BowlerStudioConfiguration.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1315)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1442)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.getDatabase(ConfigurationDatabase.java:106)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.setGitSource(ConfigurationDatabase.java:224)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.setRepo(ConfigurationDatabase.java:213)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.getGitSource(ConfigurationDatabase.java:185)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.loadFile(ConfigurationDatabase.java:131)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.getDatabase(ConfigurationDatabase.java:104)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.getParamMap(ConfigurationDatabase.java:50)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.setObject(ConfigurationDatabase.java:57)
    at com.neuronrobotics.bowlerstudio.Tutorial.getHomeUrl(Tutorial.java:24)
    at com.neuronrobotics.bowlerstudio.BowlerStudio.main(BowlerStudio.java:439)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
    at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:873)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JunmingYe commented 5 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JunmingYe commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
GMKtillDecay commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_242 JavaFX Version: 8.0.242

OS = Linux amd64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/GMKtillDecay/BowlerStudioConfiguration.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pushCodeToGit(ScriptingEngine.java:931)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pushCodeToGit(ScriptingEngine.java:800)
    at com.neuronrobotics.bowlerstudio.assets.ConfigurationDatabase.save(ConfigurationDatabase.java:80)
    at com.neuronrobotics.bowlerstudio.BowlerStudio$6.run(BowlerStudio.java:799)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
shstueber commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_242 JavaFX Version: 8.0.242

OS = Linux amd64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_07.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:748)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JansenSmith commented 4 months ago

It looks to me like the timeout may be due to the hardware not being able to keep up.

On Thu, Feb 8, 2024 at 7:17 AM shstueber @.***> wrote:

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_242 JavaFX Version: 8.0.242

OS = Linux amd64 x64

java.lang.RuntimeException: Git opened here, timeout on close!! When Done with the git object, Call: ScriptingEngine.closeGit(git);https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_07.git

at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.(GitTimeoutThread.java:15) at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407) at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374) at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159) at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130) at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379) at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444) at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51) at java.lang.Thread.run(Thread.java:748)

Caught and reported at:

java.lang.Exception at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234) at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51) at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.(IssueReportingExceptionHandler.java:41) at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

— Reply to this email directly, view it on GitHub https://github.com/CommonWealthRobotics/BowlerStudio/issues/372#issuecomment-1934107458, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSI3JQBGY5SC57QG6OJE53YSTF6VAVCNFSM6AAAAAA2V6NH42VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZUGEYDONBVHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

JunmingYe commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JunmingYe commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JunmingYe commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JunmingYe commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JunmingYe commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JunmingYe commented 4 months ago

Auto Reported Issue BowlerStudio Build 2.11.1 BowlerKernel 1.59.0 JavaCad Version: 0.30.1 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X x86_64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/BancroftKineticSystemsClass/KineticSystems_2024_04.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:407)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:374)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1159)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.newBranch(ScriptingEngine.java:1130)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1379)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1444)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:51)
    at java.lang.Thread.run(Thread.java:750)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
ZocP commented 2 months ago

Auto Reported Issue BowlerStudio Build 2.18.7 BowlerKernel 1.59.0 JavaCad Version: 0.31.0 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_332 JavaFX Version: 8.0.332

OS = Mac OS X aarch64 x86

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/madhephaestus/conePointSetScrew.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:408)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:375)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1318)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1447)
    at com.neuronrobotics.bowlerstudio.BowlerStudio.ensureUpdated(BowlerStudio.java:564)
    at com.neuronrobotics.bowlerstudio.BowlerStudio.main(BowlerStudio.java:541)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.sun.javafx.application.LauncherImpl.launchApplicationWithArgs(LauncherImpl.java:389)
    at com.sun.javafx.application.LauncherImpl.launchApplication(LauncherImpl.java:328)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.launcher.LauncherHelper$FXHelper.main(LauncherHelper.java:873)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)
JansenSmith commented 1 month ago

Auto Reported Issue BowlerStudio Build 2.21.1 BowlerKernel 1.59.0 JavaCad Version: 0.31.0 Java-Bowler Version: 3.34.0 Java Version: 1.8.0_242 JavaFX Version: 8.0.242

OS = Linux amd64 x64

java.lang.RuntimeException: Git opened here, timeout on close!!
When Done with the git object, Call:
    ScriptingEngine.closeGit(git);
https://github.com/JansenSmith/OpensourcererSpaceMouse.git

    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.<init>(GitTimeoutThread.java:15)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.makeTimeoutThread(ScriptingEngine.java:408)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.openGit(ScriptingEngine.java:375)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.commit(ScriptingEngine.java:2221)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.commit(ScriptingEngine.java:863)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.commit(ScriptingEngine.java:821)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pushCodeToGit(ScriptingEngine.java:900)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pushCodeToGit(ScriptingEngine.java:801)
    at com.neuronrobotics.nrconsole.util.CommitWidget$1.run(CommitWidget.java:106)

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:51)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.scripting.GitTimeoutThread.run(GitTimeoutThread.java:26)