CommonWealthRobotics / BowlerStudio

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

Build source org.eclipse.jgit.api.LsRemoteCommand at line 189 #343

Open madhephaestusdemo opened 1 year ago

madhephaestusdemo commented 1 year ago

Auto Reported Issue BowlerStudio Build source 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

org.eclipse.jgit.api.errors.TransportException: https://github.com/madhephaestusdemo/helloWorld_madhephaestusdemo.git: https://github.com/madhephaestusdemo/helloWorld_madhephaestusdemo.git/info/refs?service=git-upload-pack not found: Not Found
    at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:189)
    at org.eclipse.jgit.api.LsRemoteCommand.call(LsRemoteCommand.java:128)
    at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.getAllBranches(ScriptingEngine.java:2072)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu$5.lambda$0(BowlerStudioMenu.java:830)
    at java.lang.Thread.run(Thread.java:748)
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: https://github.com/madhephaestusdemo/helloWorld_madhephaestusdemo.git: https://github.com/madhephaestusdemo/helloWorld_madhephaestusdemo.git/info/refs?service=git-upload-pack not found: Not Found
    at org.eclipse.jgit.transport.TransportHttp.createNotFoundException(TransportHttp.java:600)
    at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:668)
    at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:465)
    at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:167)
    ... 4 more

Caught and reported at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.except(IssueReportingExceptionHandler.java:234)
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.uncaughtException(IssueReportingExceptionHandler.java:50)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu$5.lambda$0(BowlerStudioMenu.java:835)
    at java.lang.Thread.run(Thread.java:748)

IssueReportingExceptionHandler Created at:

java.lang.Exception
    at com.neuronrobotics.bowlerstudio.IssueReportingExceptionHandler.<init>(IssueReportingExceptionHandler.java:41)
    at com.neuronrobotics.bowlerstudio.BowlerStudioMenu.<clinit>(BowlerStudioMenu.java:136)
    at com.neuronrobotics.bowlerstudio.BowlerStudioModularFrame.initialize(BowlerStudioModularFrame.java:153)
    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.reflect.misc.Trampoline.invoke(MethodUtil.java:72)
    at sun.reflect.GeneratedMethodAccessor50.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:276)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2566)
    at javafx.fxml.FXMLLoader.loadImpl(FXMLLoader.java:2441)
    at javafx.fxml.FXMLLoader.load(FXMLLoader.java:2409)
    at com.neuronrobotics.bowlerstudio.BowlerStudio.lambda$5(BowlerStudio.java:653)
    at java.lang.Thread.run(Thread.java:748)