Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » oxygen synchronized project cannot fetch files
oxygen synchronized project cannot fetch files [message #1779878] Mon, 15 January 2018 09:30
oxygen user is currently offline oxygen userFriend
Messages: 2
Registered: January 2018
Junior Member
Sorry if it is duplicated, my previous post disappeared.

I use a fresh Eclipse for PHP Developers package, and created a new synchronised php project.

I can connect to the remote host (centos 7.3), it status is open in the remote connections windows, and there is a 15MB .ptp-sync directory.

If i click on the synchronize/Sync active now button, i get a synchronization error message: org.eclipse.jgit.errors.TransportException: A rendszer nem találja a megadott elérési utat

In english: the system cannot find the given path.

I watched eclipse activities in procmon, and it is happening if eclipse try to write to {my_project_home}.php-sync/objects folder. There is only an info folder there, and it cannot be a file permission issue.

How can i resolve this problem?

Eclipse plugin versions:
PHP Development Tools (PDT) Remote Project Synchronization Support 5.2.0.201712021751 org.eclipse.php.rdt.sync.feature.group Eclipse PDT
PHP Development Tools (PDT) 5.2.0.201712021751 org.eclipse.php.feature.group Eclipse PDT
PTP Remote Project Synchronization Support 9.1.3.201708300222 org.eclipse.ptp.rdt.sync.feature.group Eclipse PTP
PTP Remote Services 9.1.3.201708300222 org.eclipse.ptp.remote.feature.group Eclipse PTP
Remote Services 3.0.0.201706052031 org.eclipse.remote.feature.group Eclipse PTP


Java versions:
jre1.8.0_144
jdk1.8.0_112


This is in my {workspace}\.metadata\.log file:

!ENTRY org.eclipse.egit.ui 2 0 2018-01-15 09:36:38.933
!MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
user global configuration and to define the default location to store repositories: 'C:\Users\testuser'. If this is
not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
EGit might behave differently since they see different configuration options.
This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

!ENTRY org.eclipse.ptp.rdt.sync.ui 4 4 2018-01-15 10:17:47.151
!MESSAGE Error
!STACK 1
org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncException: org.eclipse.jgit.errors.TransportException: A rendszer nem találja a megadott elérési utat
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSyncRL(GitSyncService.java:713)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSync(GitSyncService.java:627)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.synchronize(GitSyncService.java:529)
at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:80)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
Caused by: org.eclipse.jgit.errors.TransportException: A rendszer nem találja a megadott elérési utat
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:376)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:303)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:292)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:246)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:162)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:123)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1236)
at org.eclipse.ptp.internal.rdt.sync.git.core.JGitRepo.fetch(JGitRepo.java:357)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSyncRL(GitSyncService.java:704)
... 4 more
Caused by: java.io.IOException: A rendszer nem találja a megadott elérési utat
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createTempFile(Unknown Source)
at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:190)
at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:500)
at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:772)
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:369)
... 12 more
!SUBENTRY 1 org.eclipse.ptp.rdt.sync.git.core 4 0 2018-01-15 10:17:47.151
!MESSAGE org.eclipse.jgit.errors.TransportException: A rendszer nem találja a megadott elérési utat
!STACK 0
org.eclipse.jgit.errors.TransportException: A rendszer nem találja a megadott elérési utat
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:376)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:303)
at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:292)
at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:246)
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:162)
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:123)
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1236)
at org.eclipse.ptp.internal.rdt.sync.git.core.JGitRepo.fetch(JGitRepo.java:357)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSyncRL(GitSyncService.java:704)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSync(GitSyncService.java:627)
at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.synchronize(GitSyncService.java:529)
at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:80)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
Caused by: java.io.IOException: A rendszer nem találja a megadott elérési utat
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createTempFile(Unknown Source)
at org.eclipse.jgit.internal.storage.file.ObjectDirectoryPackParser.parse(ObjectDirectoryPackParser.java:190)
at org.eclipse.jgit.transport.PackParser.parse(PackParser.java:500)
at org.eclipse.jgit.transport.BasePackFetchConnection.receivePack(BasePackFetchConnection.java:772)
at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:369)
... 12 more

Previous Topic:git over ssh keeps asking for password
Next Topic:Help- I Deleted My Git Repository and It Deleted My Entire Desktop
Goto Forum:
  


Current Time: Fri Apr 26 23:07:32 GMT 2024

Powered by FUDForum. Page generated in 0.04542 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top