Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Synchronization error

Hi,

the Message is:

An internal error occurred during: "Remote Synchronization".

the Exception Stack Trace is:

java.lang.NoClassDefFoundError: org/eclipse/jgit/ignore/IgnoreRule
    at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncFileFilter.loadFilter(GitSyncFileFilter.java:250)
    at org.eclipse.ptp.internal.rdt.sync.git.core.JGitRepo.buildRepo(JGitRepo.java:152)
    at org.eclipse.ptp.internal.rdt.sync.git.core.JGitRepo.<init>(JGitRepo.java:100)
    at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.getLocalJGitRepo(GitSyncService.java:233)
    at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.doSync(GitSyncService.java:559)
    at org.eclipse.ptp.internal.rdt.sync.git.core.GitSyncService.synchronize(GitSyncService.java:506)
    at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:80)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Regards,

Juri



On 13.08.2015 16:00, John Eblen wrote:
Hi

All projects have a set of default filtering rules to filter files used
by PTP itself, core files, etc.

Can you provide a stack trace or message from the Eclipse logs?
It is hard to diagnose the problem without more information. 


Thanks
John

On Thu, Aug 13, 2015 at 4:29 AM, Juri Romazanov <j.romazanov@xxxxxxxxxxxxx> wrote:
Hello,

I have a synchronized project. During synchronization I get the error

An internal error occurred during: "Remote Synchronization".
org/eclipse/jgit/ignore/IgnoreRule

I don't have any resource filters applied to the project, so why the
problems with IgnoreRule?

I have Eclipse CDT with PTP 8.1.2 and EGit 4.0.1.

Cheers,

Juri


------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-user



_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ptp-user


Back to the top