Home » Eclipse Projects » DSDP - Target Management » RSE hangs on FTP import
RSE hangs on FTP import [message #18483] |
Thu, 14 February 2008 09:47  |
Eclipse User |
|
|
|
Originally posted by: bouynov.yahoo.com
I am experiencing a strange problem with RSE and FTP service, in particular.
I made a new installation of eclipse-jee-europa-fall2-win32, updated
with the latest version of PDT and RSE version 2.0.2 with FTP service
only. I want to download a Wordpress installation from my server, update
it through Eclipse and then upload the changed files (and do this
regularly).
I can successfully configure my FTP server in RSE (FTP access only),
browse the directories and even import some directories, which do not
have much files (4-5 files in total). But when I try to import in my PHP
project the Wordpress directory (with a number of files and
subdirectories, several levels), it just hangs. No errors or exceptions
in the .log file for the workspace, nothing! Even if I wait for half an
hour it still hangs (some sort of deadlock?). I even tried with new,
fresh installation of Wordpress, and I am unable to import it either.
Any suggestions how I can resolve this?
In the past, there was a FTP/Webdav plugin for Eclipse, which was
working pretty well, is it still available for Europa?
Thanks in advance!
Stefan
|
|
|
Re: RSE hangs on FTP import [message #18492 is a reply to message #18483] |
Mon, 18 February 2008 19:18   |
Eclipse User |
|
|
|
Hello Stefan,
RSE 2.0.2 should be working reliably with FTP. The old FTP/Webdav plugin
was retired with Eclipse 3.3 (although you might be able to get an old
one from Eclipse 3.2 to work, I never tried it).
How do you perform the import? Import a project as EFS Linked Resource,
or use the RSE Import/Export Wizard, or drag&drop?
It might help to watch the FTP Console while doing your import. If this
doesn't help, could you please file a bug on bugzilla and we'll track
it there. We might need to have a run with some extra tracing enabled.
Thanks
Martin
Stefan Buynov schrieb:
> I am experiencing a strange problem with RSE and FTP service, in
> particular.
> I made a new installation of eclipse-jee-europa-fall2-win32, updated
> with the latest version of PDT and RSE version 2.0.2 with FTP service
> only. I want to download a Wordpress installation from my server, update
> it through Eclipse and then upload the changed files (and do this
> regularly).
>
> I can successfully configure my FTP server in RSE (FTP access only),
> browse the directories and even import some directories, which do not
> have much files (4-5 files in total). But when I try to import in my PHP
> project the Wordpress directory (with a number of files and
> subdirectories, several levels), it just hangs. No errors or exceptions
> in the .log file for the workspace, nothing! Even if I wait for half an
> hour it still hangs (some sort of deadlock?). I even tried with new,
> fresh installation of Wordpress, and I am unable to import it either.
>
> Any suggestions how I can resolve this?
> In the past, there was a FTP/Webdav plugin for Eclipse, which was
> working pretty well, is it still available for Europa?
>
> Thanks in advance!
> Stefan
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
|
|
|
Re: RSE hangs on FTP import [message #18511 is a reply to message #18492] |
Tue, 19 February 2008 04:49   |
Eclipse User |
|
|
|
Originally posted by: bouynov.yahoo.com
Hi Martin,
Thank you for your concern.
I tried two ways of import. The first is to create the project,
right-click on it and select Import -> Remote file system. The wizard
allows me to select the FTP site and choose the directory to import.
The second approach I tried is to go to the RSE perspective, browse the
FTP site in the Remote Systems view, select the directory to import,
right click on it and select Import to Project.
Once I try the import Eclipse freezes - nothing is displayed in the FTP
Console or on any other view. This is the interesting thing - if I try
another directory with just a few files and I choose to import it, at
first it freezes for awhile (2-3 seconds), but then it continues with
the import. When I try the Wordpress directory it freezes permanently. I
guess that some sort of computation in the process of preparation for
the import locks in the second case.
If I can enable some sort of tracing in RSE that will help you track the
issue, just let me know. I will file a bug later today or tomorrow - I
hope that you will be able to reproduce it.
Regards,
Stefan
Martin Oberhuber wrote:
> Hello Stefan,
>
> RSE 2.0.2 should be working reliably with FTP. The old FTP/Webdav plugin
> was retired with Eclipse 3.3 (although you might be able to get an old
> one from Eclipse 3.2 to work, I never tried it).
>
> How do you perform the import? Import a project as EFS Linked Resource,
> or use the RSE Import/Export Wizard, or drag&drop?
>
> It might help to watch the FTP Console while doing your import. If this
> doesn't help, could you please file a bug on bugzilla and we'll track
> it there. We might need to have a run with some extra tracing enabled.
>
> Thanks
> Martin
>
>
> Stefan Buynov schrieb:
>> I am experiencing a strange problem with RSE and FTP service, in
>> particular.
>> I made a new installation of eclipse-jee-europa-fall2-win32, updated
>> with the latest version of PDT and RSE version 2.0.2 with FTP service
>> only. I want to download a Wordpress installation from my server,
>> update it through Eclipse and then upload the changed files (and do
>> this regularly).
>>
>> I can successfully configure my FTP server in RSE (FTP access only),
>> browse the directories and even import some directories, which do not
>> have much files (4-5 files in total). But when I try to import in my
>> PHP project the Wordpress directory (with a number of files and
>> subdirectories, several levels), it just hangs. No errors or
>> exceptions in the .log file for the workspace, nothing! Even if I wait
>> for half an hour it still hangs (some sort of deadlock?). I even tried
>> with new, fresh installation of Wordpress, and I am unable to import
>> it either.
>>
>> Any suggestions how I can resolve this?
>> In the past, there was a FTP/Webdav plugin for Eclipse, which was
>> working pretty well, is it still available for Europa?
>>
>> Thanks in advance!
>> Stefan
>
>
|
|
|
Re: RSE hangs on FTP import [message #18528 is a reply to message #18511] |
Wed, 20 February 2008 14:50   |
Eclipse User |
|
|
|
Hello Stefan,
What you describe sounds very much like a deadlock in the main thread
(the SWT Event Loop). We have improved RSE in the 3.x Stream to avoid
anything happening in the event loop. Thus, here is two things you can
try right away:
1.) After Eclipse freezes, create a Thread Dump. Use this utility:
http://www.adaptj.com/main/download
(Click on "Launch Stacktrace"; then, click Process > Select
and pick your Eclipse process with the "..." button; then,
choose Process > Thread Dump.
File > Save into some name and attach on your bugzilla report.
2.) Please try with the latest RSE 3.0M5 -- it should work fine
with Eclipse 3.3.x
Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
|
|
|
Re: RSE hangs on FTP import [message #18537 is a reply to message #18528] |
Thu, 21 February 2008 09:49   |
Eclipse User |
|
|
|
Originally posted by: bouynov.yahoo.com
https://bugs.eclipse.org/bugs/show_bug.cgi?id=219792
Martin Oberhuber wrote:
> Hello Stefan,
>
> What you describe sounds very much like a deadlock in the main thread
> (the SWT Event Loop). We have improved RSE in the 3.x Stream to avoid
> anything happening in the event loop. Thus, here is two things you can
> try right away:
>
> 1.) After Eclipse freezes, create a Thread Dump. Use this utility:
> http://www.adaptj.com/main/download
> (Click on "Launch Stacktrace"; then, click Process > Select
> and pick your Eclipse process with the "..." button; then,
> choose Process > Thread Dump.
> File > Save into some name and attach on your bugzilla report.
>
> 2.) Please try with the latest RSE 3.0M5 -- it should work fine
> with Eclipse 3.3.x
>
> Thanks,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
|
|
| |
Re: RSE hangs on FTP import [message #19427 is a reply to message #19287] |
Tue, 04 March 2008 21:31  |
Eclipse User |
|
|
|
File > Import > Other > Remote File System
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Jamie Jackson wrote:
> Where is the RSE Import/Export Wizard? I've got RSE installed, but can't
> figure out how to get to that wizard.
>
|
|
|
Re: RSE hangs on FTP import [message #572265 is a reply to message #18483] |
Mon, 18 February 2008 19:18  |
Eclipse User |
|
|
|
Hello Stefan,
RSE 2.0.2 should be working reliably with FTP. The old FTP/Webdav plugin
was retired with Eclipse 3.3 (although you might be able to get an old
one from Eclipse 3.2 to work, I never tried it).
How do you perform the import? Import a project as EFS Linked Resource,
or use the RSE Import/Export Wizard, or drag&drop?
It might help to watch the FTP Console while doing your import. If this
doesn't help, could you please file a bug on bugzilla and we'll track
it there. We might need to have a run with some extra tracing enabled.
Thanks
Martin
Stefan Buynov schrieb:
> I am experiencing a strange problem with RSE and FTP service, in
> particular.
> I made a new installation of eclipse-jee-europa-fall2-win32, updated
> with the latest version of PDT and RSE version 2.0.2 with FTP service
> only. I want to download a Wordpress installation from my server, update
> it through Eclipse and then upload the changed files (and do this
> regularly).
>
> I can successfully configure my FTP server in RSE (FTP access only),
> browse the directories and even import some directories, which do not
> have much files (4-5 files in total). But when I try to import in my PHP
> project the Wordpress directory (with a number of files and
> subdirectories, several levels), it just hangs. No errors or exceptions
> in the .log file for the workspace, nothing! Even if I wait for half an
> hour it still hangs (some sort of deadlock?). I even tried with new,
> fresh installation of Wordpress, and I am unable to import it either.
>
> Any suggestions how I can resolve this?
> In the past, there was a FTP/Webdav plugin for Eclipse, which was
> working pretty well, is it still available for Europa?
>
> Thanks in advance!
> Stefan
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
|
|
|
Re: RSE hangs on FTP import [message #572378 is a reply to message #18492] |
Tue, 19 February 2008 04:49  |
Eclipse User |
|
|
|
Hi Martin,
Thank you for your concern.
I tried two ways of import. The first is to create the project,
right-click on it and select Import -> Remote file system. The wizard
allows me to select the FTP site and choose the directory to import.
The second approach I tried is to go to the RSE perspective, browse the
FTP site in the Remote Systems view, select the directory to import,
right click on it and select Import to Project.
Once I try the import Eclipse freezes - nothing is displayed in the FTP
Console or on any other view. This is the interesting thing - if I try
another directory with just a few files and I choose to import it, at
first it freezes for awhile (2-3 seconds), but then it continues with
the import. When I try the Wordpress directory it freezes permanently. I
guess that some sort of computation in the process of preparation for
the import locks in the second case.
If I can enable some sort of tracing in RSE that will help you track the
issue, just let me know. I will file a bug later today or tomorrow - I
hope that you will be able to reproduce it.
Regards,
Stefan
Martin Oberhuber wrote:
> Hello Stefan,
>
> RSE 2.0.2 should be working reliably with FTP. The old FTP/Webdav plugin
> was retired with Eclipse 3.3 (although you might be able to get an old
> one from Eclipse 3.2 to work, I never tried it).
>
> How do you perform the import? Import a project as EFS Linked Resource,
> or use the RSE Import/Export Wizard, or drag&drop?
>
> It might help to watch the FTP Console while doing your import. If this
> doesn't help, could you please file a bug on bugzilla and we'll track
> it there. We might need to have a run with some extra tracing enabled.
>
> Thanks
> Martin
>
>
> Stefan Buynov schrieb:
>> I am experiencing a strange problem with RSE and FTP service, in
>> particular.
>> I made a new installation of eclipse-jee-europa-fall2-win32, updated
>> with the latest version of PDT and RSE version 2.0.2 with FTP service
>> only. I want to download a Wordpress installation from my server,
>> update it through Eclipse and then upload the changed files (and do
>> this regularly).
>>
>> I can successfully configure my FTP server in RSE (FTP access only),
>> browse the directories and even import some directories, which do not
>> have much files (4-5 files in total). But when I try to import in my
>> PHP project the Wordpress directory (with a number of files and
>> subdirectories, several levels), it just hangs. No errors or
>> exceptions in the .log file for the workspace, nothing! Even if I wait
>> for half an hour it still hangs (some sort of deadlock?). I even tried
>> with new, fresh installation of Wordpress, and I am unable to import
>> it either.
>>
>> Any suggestions how I can resolve this?
>> In the past, there was a FTP/Webdav plugin for Eclipse, which was
>> working pretty well, is it still available for Europa?
>>
>> Thanks in advance!
>> Stefan
>
>
|
|
|
Re: RSE hangs on FTP import [message #572421 is a reply to message #18511] |
Wed, 20 February 2008 14:50  |
Eclipse User |
|
|
|
Hello Stefan,
What you describe sounds very much like a deadlock in the main thread
(the SWT Event Loop). We have improved RSE in the 3.x Stream to avoid
anything happening in the event loop. Thus, here is two things you can
try right away:
1.) After Eclipse freezes, create a Thread Dump. Use this utility:
http://www.adaptj.com/main/download
(Click on "Launch Stacktrace"; then, click Process > Select
and pick your Eclipse process with the "..." button; then,
choose Process > Thread Dump.
File > Save into some name and attach on your bugzilla report.
2.) Please try with the latest RSE 3.0M5 -- it should work fine
with Eclipse 3.3.x
Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
|
|
|
Re: RSE hangs on FTP import [message #572475 is a reply to message #18528] |
Thu, 21 February 2008 09:49  |
Eclipse User |
|
|
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=219792
Martin Oberhuber wrote:
> Hello Stefan,
>
> What you describe sounds very much like a deadlock in the main thread
> (the SWT Event Loop). We have improved RSE in the 3.x Stream to avoid
> anything happening in the event loop. Thus, here is two things you can
> try right away:
>
> 1.) After Eclipse freezes, create a Thread Dump. Use this utility:
> http://www.adaptj.com/main/download
> (Click on "Launch Stacktrace"; then, click Process > Select
> and pick your Eclipse process with the "..." button; then,
> choose Process > Thread Dump.
> File > Save into some name and attach on your bugzilla report.
>
> 2.) Please try with the latest RSE 3.0M5 -- it should work fine
> with Eclipse 3.3.x
>
> Thanks,
> --
> Martin Oberhuber, Senior Member of Technical Staff, Wind River
> Target Management Project Lead, DSDP PMC Member
> http://www.eclipse.org/dsdp/tm
|
|
| |
Re: RSE hangs on FTP import [message #572887 is a reply to message #19287] |
Tue, 04 March 2008 21:31  |
Eclipse User |
|
|
|
File > Import > Other > Remote File System
Cheers,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm
Jamie Jackson wrote:
> Where is the RSE Import/Export Wizard? I've got RSE installed, but can't
> figure out how to get to that wizard.
>
|
|
|
Goto Forum:
Current Time: Sun May 11 10:47:40 EDT 2025
Powered by FUDForum. Page generated in 0.03780 seconds
|