Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » oxygen synchronized project cannot fetch files
oxygen synchronized project cannot fetch files [message #1779790] Fri, 12 January 2018 16:38
oxygen user is currently offline oxygen userFriend
Messages: 2
Registered: January 2018
Junior Member
I installed a fresh oxygen for PHP developers, and created a new Synchronized PHP project.

If I try to synchronize the project with Synchronize/Sync active now, i get an error message popup: "org.eclipse.jgit.errors.TransportException: The system cannot find the path specified"

In the preferences\Remote development\Remote connections, the connection status is open, so it is ok. I also see the .ptp_sync directory in the remote system.

On the local machine, i did trace the eclipse.exe with procmon, and saw that eclipse try to create files in {project_home}\.ptp_sync\objects folder, but there is only an info folder in .ptp_sync.


What is the problem? How can i resolve this?


OS: win10
remote OS: Centos 7.3
Eclipse version:
Eclipse for PHP Developers

Version: Oxygen.2 Release (4.7.2)
Build id: 20171218-0600



This is in the .metadata\.log:


!ENTRY org.eclipse.ptp.rdt.sync.ui 4 4 2018-01-12 16:49:44.856
!MESSAGE Error
!STACK 1
org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncException: org.eclipse.jgit.errors.TransportException: The system cannot find the path specified
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: The system cannot find the path specified
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: The system cannot find the path specified
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-12 16:49:44.856
!MESSAGE org.eclipse.jgit.errors.TransportException: The system cannot find the path specified
!STACK 0
org.eclipse.jgit.errors.TransportException: The system cannot find the path specified
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: The system cannot find the path specified
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:How to align fields into columns
Next Topic:Read Only files when owner has not rw but owner isn't eclipse user group is!
Goto Forum:
  


Current Time: Fri Apr 26 13:29:39 GMT 2024

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

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

Back to the top