STOPPED WORKING

Started by thumesh, February 19, 2025, 18:09:16 PM

Previous topic - Next topic

thumesh

It worked for almost 6months, suddenly changed and not working (Connecting) and throws same errors below.

  • I tried generating new Personal Access Tokens, the I created before for the same user. No LUCK
  • created new Connection after deleting existing one - NO LUCK
  • Downloaded latest coArchi plugin, Reinstalled & Tried - NO LUCK

Please Any one Help ?

org.eclipse.jgit.api.errors.TransportException: https://abs@dev.azure.com/abc/EA%20Document%20Repository/_git/EA%20Document%20Repository: connection failed
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:224)
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:266)
at org.archicontribs.modelrepository.grafico.ArchiRepository.pullFromRemote(ArchiRepository.java:227)
at org.archicontribs.modelrepository.actions.RefreshModelAction.pull(RefreshModelAction.java:189)
at org.archicontribs.modelrepository.actions.RefreshModelAction$1$1.run(RefreshModelAction.java:113)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:434)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:352)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:470)
at org.archicontribs.modelrepository.actions.RefreshModelAction$1.run(RefreshModelAction.java:105)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4047)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3663)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:643)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:550)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:171)
at com.archimatetool.editor.Application.start(Application.java:70)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.base/java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
Caused by: org.eclipse.jgit.errors.TransportException: https://abs@dev.azure.com/abc/EA%20Document%20Repository/_git/EA%20Document%20Repository: connection failed
at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:729)
at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:465)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:141)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:93)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1317)
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:213)
... 33 more
Caused by: java.net.BindException: Cannot assign requested address: connect
at java.base/sun.nio.ch.Net.connect0(Native Method)
at java.base/sun.nio.ch.Net.connect(Unknown Source)
at java.base/sun.nio.ch.Net.connect(Unknown Source)
at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source)
at java.base/java.net.Socket.connect(Unknown Source)
at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient$1.run(Unknown Source)
at java.base/sun.net.www.http.HttpClient$1.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at java.base/sun.net.www.http.HttpClient.privilegedOpenServer(Unknown Source)
at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsClient.New(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
at org.eclipse.jgit.transport.http.JDKHttpConnection.getResponseCode(JDKHttpConnection.java:85)
at org.eclipse.jgit.util.HttpSupport.response(HttpSupport.java:205)
at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:654)
... 38 more

Phil Beauvoir

Hi, it's hard to say what the problem is here without access to your machine and environment. The key error message I think is this:

java.net.BindException: Cannot assign requested address
When I search for that on Google I get things like, "Signals that an error occurred while attempting to bind a socket to a local address and port. Typically, the port is in use, or the requested local address could not be assigned.", "a misconfiguration in your hosts file".

I suggest to search for that term and see if any of the answers give you a hint. Also, check if anything changed in terms of VPN, firewall and also check if it happens with other online repositories.

Phil
If you value and use Archi, please consider making a donation.
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

thumesh

I did lot of research and findings.. and also verified at AzureDevOps Side if there are any changes made.. Nothing worked..

It is for some reason not workng.. now sure.. I am STUCK.. I really appreciate if anyone can help me with fix.

Phil Beauvoir

#3
Quote from: thumesh on March 17, 2025, 14:49:56 PMI did lot of research and findings.. and also verified at AzureDevOps Side if there are any changes made.. Nothing worked..

It is for some reason not workng.. now sure.. I am STUCK.. I really appreciate if anyone can help me with fix.

Without access to your configuration and setup or something similar, I'm afraid there's no way to diagnose the problem. Are you using a proxy? What are the settings? Did you try without a proxy?
If you value and use Archi, please consider making a donation.
Ask your ArchiMate related questions to the ArchiMate Community's Discussion Board.

Xiaoqi

Hi thumesh,

Our team have upgraded to Archi 5.5 with coArchi 0.9.2 and have repo in Azure DevOps, within company's intranet, the connection are ok before and after the upgrading.

Did you tried to downgrade your Archi and coArchi to the previous working version combination? Would be good if you test that so that's possible to isolate the problem only on network side or not.

Regards, Xiaoqi