Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Remote Synchronization Error

Hi Chris

Thanks for the detailed explanation! Could you give more detail about how this project
was created and used prior to receiving the errors? For instance, did you rename or copy
the project, which currently doesn't work (bug 371507). I notice it is part of a tutorial. Does
the same error occur each time or were you doing something different? It will be very helpful
if we can reproduce the error.

For synchronized projects, each build configuration has its own custom service configuration,
which is created from the project's default and not made available to users. Thus, I wouldn't
expect that changing the settings on the Edit Service Configuration page would have any effect,
although you're correct that the sync service should be enabled.


Thanks again
John

On Thu, Apr 19, 2012 at 12:34 PM, Christopher Navarro <cmnavarr@xxxxxxxxxxxx> wrote:
While I was trying out Jeff's new Environment Manager page (very cool btw), I ran across the same issue that someone else was seeing, "The currently displayed page contains invalid values". We tracked this down to a null pointer being returned from line 83 of EnvManagerPropertiesPage.class. This was because the isDisabled check for the synchronization service was returning true. I dug deeper and found that in Windows > Preferences > Service Configurations, the project I was having problems showed the synchronization service as disabled, I don't recall ever disabling it. I opened the Edit Service Configuration page, and re-enabled it with "Git Synchronization Service" as the provider. I restarted Eclipse since nothing happened with sync when I tried to force it to synchronize. After I restarted and tried to force it to synchronize again, I got the following error message:

!ENTRY org.eclipse.core.jobs 4 2 2012-04-19 11:11:51.094
!MESSAGE An internal error occurred during: "Remote Synchronization".
!STACK 0
java.lang.NullPointerException
   at org.eclipse.ptp.rdt.sync.git.core.GitServiceProvider.synchronize(GitServiceProvider.java:203)
   at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:81)
   at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

My still project build properly on the remote machine (Forge), but any changes to source are not getting propogated. I'm not sure when synchronization broke for the project because it must have worked initially since shallow-mixed contains source errors as part of the tutorial. Any idea what went wrong?

Thanks,
Chris


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top