Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to open working files #436

Open
JansenSmith opened this issue Dec 5, 2024 · 2 comments
Open

Unable to open working files #436

JansenSmith opened this issue Dec 5, 2024 · 2 comments
Assignees
Labels

Comments

@JansenSmith
Copy link
Member

org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: origin
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:221)
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:311)
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:182)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepoLocalSelectAuth(ScriptingEngine.java:253)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepoLocal(ScriptingEngine.java:274)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepo(ScriptingEngine.java:1770)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.getBranch(ScriptingEngine.java:1162)
at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1561)
at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:64)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: https://github.com/JansenSmith/JMSsig.git: https://github.com/JansenSmith/JMSsig.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.transport.FetchProcess.executeImp(FetchProcess.java:142)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:94)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1309)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:213)
... 9 more
java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-44
at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:279)
at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:444)
at javafx.stage.Stage.(Stage.java:241)
at javafx.stage.Stage.(Stage.java:227)
at javafx.scene.control.HeavyweightDialog$1.(HeavyweightDialog.java:52)
at javafx.scene.control.HeavyweightDialog.(HeavyweightDialog.java:52)
at javafx.scene.control.Dialog.(Dialog.java:263)
at javafx.scene.control.Alert.(Alert.java:245)
at javafx.scene.control.Alert.(Alert.java:223)
at com.neuronrobotics.bowlerstudio.BowlerStudioMenu.checkandDelete(BowlerStudioMenu.java:607)
at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:68)
at java.lang.Thread.run(Thread.java:748)

@JansenSmith
Copy link
Member Author

JansenSmith commented Dec 5, 2024

@madhephaestus i ended up fixing it by clicking "Update Repo..." inside Bowler

@JansenSmith
Copy link
Member Author

maybe related.... got this error on startup:

Java Version : 1.8.0_242
JavaFX Version : 8.0.242
BowlerStudio First Version: 
Java-Bowler Version: 3.34.0
Bowler-Scripting-Kernel Version: 1.59.0
JavaCad Version: 2.0.5
Welcome to BowlerStudio!
org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: origin
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:221)
	at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:311)
	at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:182)
	at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepoLocalSelectAuth(ScriptingEngine.java:254)
	at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepoLocal(ScriptingEngine.java:275)
	at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.cloneRepo(ScriptingEngine.java:1771)
	at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.getBranch(ScriptingEngine.java:1163)
	at com.neuronrobotics.bowlerstudio.scripting.ScriptingEngine.pull(ScriptingEngine.java:1562)
	at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:64)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: https://github.com/JansenSmith/JMSsig.git: https://github.com/JansenSmith/JMSsig.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.transport.FetchProcess.executeImp(FetchProcess.java:142)
	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:94)
	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1309)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:213)
	... 9 more
java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-47
	at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:279)
	at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:444)
	at javafx.stage.Stage.<init>(Stage.java:241)
	at javafx.stage.Stage.<init>(Stage.java:227)
	at javafx.scene.control.HeavyweightDialog$1.<init>(HeavyweightDialog.java:52)
	at javafx.scene.control.HeavyweightDialog.<init>(HeavyweightDialog.java:52)
	at javafx.scene.control.Dialog.<init>(Dialog.java:263)
	at javafx.scene.control.Alert.<init>(Alert.java:245)
	at javafx.scene.control.Alert.<init>(Alert.java:223)
	at com.neuronrobotics.bowlerstudio.BowlerStudioMenu.checkandDelete(BowlerStudioMenu.java:607)
	at com.neuronrobotics.bowlerstudio.BowlerStudioMenuWorkspace.lambda$loginEvent$0(BowlerStudioMenuWorkspace.java:68)
	at java.lang.Thread.run(Thread.java:748)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants