Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Remote Indexing Issue with PTP 6.0.3 and Remote Indexing Patch

Greg and Beth, thanks for the responses.

Two more questions.

1) Just a clarification question.  You had mentioned earlier that in a synchronized project, the index would be built from local files; makes sense.  I want to set up a few Eclipse projects that have packages that are only available on the remote machine.  If I were to include local and remote paths in my Eclipse project, would Eclipse first check in the local paths, then the remote paths, or will it only check local for synchronized projects?

2) I switched to a Remote C++ project (instead of synchronized) just to try this out a bit further.  I went ahead and safely disregarded the UI warning and hit OK.

Shortly after, I received the following error message:

'Remote Tools DStore Server (machine)' has encountered a problem.  Server finished with exit code 255.

I hit OK to close the error message.  It appears the indexing does not finish.  I attempted control clicking on a method name, and in the progress tab, it would say "Open Declaration: 0%" and hang there for a bit, it would not finish.

I only included one path, the path containing the .hh and .cc file I was editing.  The method was implemened further down in the same file from where I control clicked.

Are you familiar with this error and is there a way for me to get more debug info for this error?

This error continues to pop up as I edit the file as the re-indexing process starts again.

I also seem to get an error when the progress tab states "Reindexing repository <repository name>" as I have a Git repository set up in Eclipse, though I did not think I had linked it to this project in question.

Thanks again,

Derek

Back to the top