Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Remote synchronization problem

John, thanks for your reply. The exception stack trace shows:

java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    at java.lang.String.charAt(Unknown Source)
    at org.eclipse.ptp.rdt.sync.git.core.GitRemoteSyncConnection.getRemoteFileStatus(GitRemoteSyncConnection.java:438)
    at org.eclipse.ptp.rdt.sync.git.core.GitRemoteSyncConnection.prepareRemoteForCommit(GitRemoteSyncConnection.java:277)
    at org.eclipse.ptp.rdt.sync.git.core.GitRemoteSyncConnection.buildRepo(GitRemoteSyncConnection.java:199)
    at org.eclipse.ptp.rdt.sync.git.core.GitRemoteSyncConnection.<init>(GitRemoteSyncConnection.java:105)
    at org.eclipse.ptp.rdt.sync.git.core.GitServiceProvider.synchronize(GitServiceProvider.java:327)
    at org.eclipse.ptp.rdt.sync.core.SyncManager$SynchronizeJob.run(SyncManager.java:108)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

with the message previously described (An internal error occurred during: "Remote Synchronization".
String index out of range: 0). The following environment has been set-up in order to try the remote configuration:

* Eclipse installed on Win XP
* Remote Red-hat workstation and DStore server installed and correclty running (a Remote Project can be successfully set-up)
* New empty directory created in the Red Hat user home
* New Synchronized Project created in Eclipse within a directory (on Windows) containing an existing project (and the relative Makefile); the Remote Linux GCC Toolchain has been selected.
* Once the project has been done, the synchronization process (with the Red Hat empty dir) takes place and hungs.

Thanks
Giuliano



 


2011/10/20 John Eblen <jeblen@xxxxxxx>
Could you provide us with some more details, such as a stack trace or a sequence of steps
that trigger the problem?


Thanks
John

On Thu, Oct 20, 2011 at 10:39 AM, Giuliano Angeletti <giuliano.angeletti@xxxxxxxxx> wrote:
Hi everyone,
while attempting to synchronize with the remote project, I received the following error:

An internal error occurred during: "Remote Synchronization".
String index out of range: 0

Anyone could tell me what is the problem? Thank you so much in advance.

Giuliano


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



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



Back to the top